aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-07-28 14:21:45 +0000
committerng0 <ng0@n0.is>2019-07-28 14:21:45 +0000
commit68064fbe8d5e0e13688d41d620bd78babb0b431a (patch)
tree276e242fb02e8f67844ec0d731f85ac9d574601c /doc/handbook
parentf3d5477a41f75237616df5899f27367037d65913 (diff)
downloadgnunet-68064fbe8d5e0e13688d41d620bd78babb0b431a.tar.gz
gnunet-68064fbe8d5e0e13688d41d620bd78babb0b431a.zip
Adding --enable-texinfo4 configure switch. Refer to
https://bugs.gnunet.org/view.php?id=3914 and the Changelog for more.
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index a50a58937..23e43a34a 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -9,6 +9,7 @@ infoimagedir = $(infodir)/images
9# $(DOT_FILES:%.dot=%.eps) \ 9# $(DOT_FILES:%.dot=%.eps) \
10# $(DOT_FILES:%.dot=%.pdf) 10# $(DOT_FILES:%.dot=%.pdf)
11 11
12if ACTIVATE_TEXINFO4
12# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL, 13# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL,
13# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other 14# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other
14# base) does only support --css-include=FILE. 15# base) does only support --css-include=FILE.
@@ -17,8 +18,12 @@ infoimagedir = $(infodir)/images
17# We prefer not to break builds in this case, so 18# We prefer not to break builds in this case, so
18# we use the include version which is backwards compatible 19# we use the include version which is backwards compatible
19# and upwards compatible, while the ref variant is neither. 20# and upwards compatible, while the ref variant is neither.
20
21AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css 21AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css
22else
23# In the 5.x version they added `--split=chapters|sections` in
24# addition to `--split=nodes`.
25AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref=style.css --css-ref=manual.css
26endif
22 27
23dist_infoimage_DATA = \ 28dist_infoimage_DATA = \
24 images/gnunet-gtk-0-10-gns-a-done.png \ 29 images/gnunet-gtk-0-10-gns-a-done.png \