who makes these decisions at gnu texinfo... argh!
authorng0 <ng0@n0.is>
Fri, 16 Aug 2019 22:58:29 +0000 (22:58 +0000)
committerng0 <ng0@n0.is>
Fri, 16 Aug 2019 22:58:29 +0000 (22:58 +0000)
doc/handbook/Makefile.am
doc/tutorial/Makefile.am

index e167890a65c57bba6f74c0bf769581b5c81c1a00..4b32225efb04c1c3178437e501ac8f626543c27c 100644 (file)
@@ -22,7 +22,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.c
 else
 # In the 5.x version they added `--split=chapters|sections` in
 # addition to `--split=nodes`.
-AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
+# Hold on to your hats: In version 6.5 this is already removed, ffs.
+# GNU Texinfo, please be more consistent than 1 version in switches.
+# This however is compatible to version 5.2. Thanks, I hate it.
+# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
+AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css" --css-ref="../manual.css"
 endif
 
 dist_infoimage_DATA =                                          \
index 26bef64d9086d1354deeb0aa25da21695287989f..f5c7d7742931bd2df9efc64c5458d2c299de8fc1 100644 (file)
@@ -20,7 +20,11 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.c
 else
 # In the 5.x version they added `--split=chapters|sections` in
 # addition to `--split=nodes`.
-AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" --css-ref="manual.css"
+# Hold on to your hats: In version 6.5 this is already removed, ffs.
+# GNU Texinfo, please be more consistent than 1 version in switches.
+# This however is compatible to version 5.2. Thanks, I hate it.
+# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
+AM_MAKEINFOHTMLFLAGS = --split --css-ref="../style.css" --css-ref="../manual.css"
 endif
 
 #DOT_OPTIONS =                                                 \
@@ -137,7 +141,7 @@ dev-build: version.texi/replacement
 clean: version.texi/replacement/revert
        @rm -f gnunet-tutorial.pdf
        @rm -f gnunet-tutorial.info
-       @rm -f gnunet-tutorial.html
+       @rm -rf gnunet-tutorial.html
        @rm -fr gnunet-tutorial.t2p
 
 # CLEANFILES =                                         \