aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 22:58:29 +0000
committerng0 <ng0@n0.is>2019-08-16 22:58:29 +0000
commitbf7912bb4d0f43182f4787c03c46c56dfa0105e3 (patch)
tree6500971ff316190601be982e740e6c28c83d1e5a /doc/handbook/Makefile.am
parent04e8713205cc661823305e0411e23966e6e18ca3 (diff)
downloadgnunet-bf7912bb4d0f43182f4787c03c46c56dfa0105e3.tar.gz
gnunet-bf7912bb4d0f43182f4787c03c46c56dfa0105e3.zip
who makes these decisions at gnu texinfo... argh!
Diffstat (limited to 'doc/handbook/Makefile.am')
-rw-r--r--doc/handbook/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index e167890a6..4b32225ef 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -22,7 +22,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.c
22else 22else
23# In the 5.x version they added `--split=chapters|sections` in 23# In the 5.x version they added `--split=chapters|sections` in
24# addition to `--split=nodes`. 24# addition to `--split=nodes`.
25AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css" 25# Hold on to your hats: In version 6.5 this is already removed, ffs.
26# GNU Texinfo, please be more consistent than 1 version in switches.
27# This however is compatible to version 5.2. Thanks, I hate it.
28# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
29AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css" --css-ref="../manual.css"
26endif 30endif
27 31
28dist_infoimage_DATA = \ 32dist_infoimage_DATA = \