From bf7912bb4d0f43182f4787c03c46c56dfa0105e3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Aug 2019 22:58:29 +0000 Subject: who makes these decisions at gnu texinfo... argh! --- doc/handbook/Makefile.am | 6 +++++- doc/tutorial/Makefile.am | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'doc') 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 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 = \ 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 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 = \ -- cgit v1.2.3