diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-31 12:00:20 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-31 12:00:20 +0100 |
commit | bbdf246fd647e4a342edad35d601f8b8252610a7 (patch) | |
tree | 55a083d25860a0d02fb81ff460100189e7f90857 /Makefile.in | |
parent | m makefile (diff) | |
download | learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.gz learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.bz2 learn-your-telephone-number-bbdf246fd647e4a342edad35d601f8b8252610a7.tar.xz |
add texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in index bd2a695..d0b14bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,11 +65,11 @@ _HEADER_DIRLEVELS = 0 _CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' # Used by mk/texinfo.mk -#_TEXINFO_DIRLEVELS = 2 -#_INFOPARTS = 0 -#_HAVE_TEXINFO_MANUAL = yes -#_HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentation-License.html \ -# GNU-General-Public-License.html index.html Invoking.html Overview.html +_TEXINFO_DIRLEVELS = 2 +_INFOPARTS = 0 +_HAVE_TEXINFO_MANUAL = yes +_HTML_FILES = Free-Software-Needs-Free-Documentation.html GNU-Free-Documentation-License.html \ + index.html Invoking.html Overview.html # Used by mk/man.mk _MAN_PAGE_SECTIONS = 1 @@ -79,13 +79,13 @@ _MAN_1 = learn-your-telephone-number _COPYING = COPYING # Used by mk/dist.mk -#___EVERYTHING_INFO = sleeping-getty titlepage-data content hardcopy-copying \ -# appx/fdl appx/free-software-needs-free-documentation appx/gpl \ -# chap/invoking chap/overview \ -# reusable/macros reusable/paper reusable/titlepage +___EVERYTHING_INFO = sleeping-getty titlepage-data content hardcopy-copying \ + appx/fdl appx/free-software-needs-free-documentation \ + chap/invoking chap/overview \ + reusable/macros reusable/paper reusable/titlepage _SRC = $(foreach B,$(_SBIN),$(foreach F,$(_OBJ_$(B)),$(F).c)) -_EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS -#$(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) +_EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ + $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) # }} |