diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 15:42:17 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-30 15:42:17 +0100 |
commit | 8a12d77ea4751147bb01b36e1380077e46ec27fa (patch) | |
tree | 317c48946253f12373361dc2628681b7c65b5fea /Makefile.in | |
parent | empty arguments must be quoted too (diff) | |
download | sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.gz sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.bz2 sat-8a12d77ea4751147bb01b36e1380077e46ec27fa.tar.xz |
beginning of texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 29f51bb..8f43f25 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,11 +73,11 @@ _HEADER_DIRLEVELS = 1 _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 \ -# 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 @@ -87,10 +87,10 @@ _MAN_1 = sat satr satrm satq satd _COPYING = COPYING # Used by mk/dist.mk -#___EVERYTHING_INFO = sat titlepage-data content hardcopy-copying \ -# appx/fdl appx/free-software-needs-free-documentation \ -# chap/invoking chap/overview \ -# reusable/macros reusable/paper reusable/titlepage +___EVERYTHING_INFO = sat titlepage-data content hardcopy-copying \ + appx/fdl appx/free-software-needs-free-documentation \ + chap/invoking chap/overview \ + reusable/macros reusable/paper reusable/titlepage ___EVERYTHING_H = client common daemon daemonise parse_time _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ $(foreach F,$(___EVERYTHING_H),src/$(F).h) \ |