aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-05 17:55:36 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-05 17:55:36 +0100
commit969899ccae0ad9ce7f829ebf08c35ac4278a4bce (patch)
treed3967065cbe008d8c9efe9dde6b054ddee7e1507 /Makefile.in
parentupdate makefile (diff)
downloadlibred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.gz
libred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.bz2
libred-969899ccae0ad9ce7f829ebf08c35ac4278a4bce.tar.xz
begin on texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 11 insertions, 0 deletions
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 \