From 969899ccae0ad9ce7f829ebf08c35ac4278a4bce Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Jan 2016 17:55:36 +0100 Subject: begin on 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a52b2a0..b34fcf6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,6 +55,13 @@ _CPPFLAGS += -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' \ -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L _LDFLAGS += -lm +# 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 Overview.html + # Used by mk/man.mk _MAN_PAGE_SECTIONS = 0 3 7 _MAN_0 = libred.h @@ -66,6 +73,10 @@ _MAN_7 = libred _COPYING = COPYING # Used by mk/dist.mk +___EVERYTHING_INFO = autohaltd titlepage-data content hardcopy-copying \ + appx/fdl appx/free-software-needs-free-documentation appx/gpl \ + reusable/macros reusable/paper reusable/titlepage \ + chap/overview _EVERYTHING = $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS \ $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ src/10deg src/blackbody.c src/libred.h src/macros.h \ -- cgit v1.2.3-70-g09d2