aboutsummaryrefslogtreecommitdiff
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
parent04e8713205cc661823305e0411e23966e6e18ca3 (diff)
downloadgnunet-bf7912bb4d0f43182f4787c03c46c56dfa0105e3.tar.gz
gnunet-bf7912bb4d0f43182f4787c03c46c56dfa0105e3.zip
who makes these decisions at gnu texinfo... argh!
-rw-r--r--doc/handbook/Makefile.am6
-rw-r--r--doc/tutorial/Makefile.am8
2 files changed, 11 insertions, 3 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 = \
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 26bef64d9..f5c7d7742 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -20,7 +20,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.c
20else 20else
21# In the 5.x version they added `--split=chapters|sections` in 21# In the 5.x version they added `--split=chapters|sections` in
22# addition to `--split=nodes`. 22# addition to `--split=nodes`.
23AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" --css-ref="manual.css" 23# Hold on to your hats: In version 6.5 this is already removed, ffs.
24# GNU Texinfo, please be more consistent than 1 version in switches.
25# This however is compatible to version 5.2. Thanks, I hate it.
26# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
27AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css" --css-ref="../manual.css"
24endif 28endif
25 29
26#DOT_OPTIONS = \ 30#DOT_OPTIONS = \
@@ -137,7 +141,7 @@ dev-build: version.texi/replacement
137clean: version.texi/replacement/revert 141clean: version.texi/replacement/revert
138 @rm -f gnunet-tutorial.pdf 142 @rm -f gnunet-tutorial.pdf
139 @rm -f gnunet-tutorial.info 143 @rm -f gnunet-tutorial.info
140 @rm -f gnunet-tutorial.html 144 @rm -rf gnunet-tutorial.html
141 @rm -fr gnunet-tutorial.t2p 145 @rm -fr gnunet-tutorial.t2p
142 146
143# CLEANFILES = \ 147# CLEANFILES = \