From bbdf246fd647e4a342edad35d601f8b8252610a7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 31 Jan 2016 12:00:20 +0100 Subject: add texinfo manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile.in') 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) # }} -- cgit v1.2.3-70-g09d2