From c666bf95d0ba0a6eddcf0e6953b05ef375f6a75e Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sun, 28 Feb 2021 15:26:11 +0100 Subject: -another try. properly handle autoconf vs configure for HTMLFLAGS --- doc/handbook/Makefile.am | 40 +++++++++++++++++++++------------------- doc/tutorial/Makefile.am | 20 +------------------- 2 files changed, 22 insertions(+), 38 deletions(-) (limited to 'doc') diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am index 4597d9a3d..d7bcab696 100644 --- a/doc/handbook/Makefile.am +++ b/doc/handbook/Makefile.am @@ -3,25 +3,8 @@ docdir = $(datadir)/doc/gnunet/ infoimagedir = $(infodir)/images -if ACTIVATE_TEXINFO4 -# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL, -# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other -# base) does only support --css-include=FILE. -# The only difference is a shorter html output and -# in 6.5 the ability to use refs instead of include. -# We prefer not to break builds in this case, so -# we use the include version which is backwards compatible -# and upwards compatible, while the ref variant is neither. -AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css -else -# In the 5.x version they added `--split=chapters|sections` in -# addition to `--split=nodes`. -# 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 +AM_MAKEINFOHTMLFLAGS = $(TEXINFO_HTMLFLAGS) + dist_infoimage_DATA = \ images/gnunet-gtk-0-10-gns-a-done.png \ @@ -78,6 +61,25 @@ gnunet_TEXINFOS = \ agpl-3.0.texi \ version.texi +#if ACTIVATE_TEXINFO4 +# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL, +# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other +# base) does only support --css-include=FILE. +# The only difference is a shorter html output and +# in 6.5 the ability to use refs instead of include. +# We prefer not to break builds in this case, so +# we use the include version which is backwards compatible +# and upwards compatible, while the ref variant is neither. +#AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css +#else +# In the 5.x version they added `--split=chapters|sections` in +# addition to `--split=nodes`. +# 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 EXTRA_DIST = \ $(gnunet_TEXINFOS) \ htmlxref.cnf \ diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index 4df169872..afe4aa6c0 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -1,25 +1,7 @@ # This Makefile.am is in the public domain docdir = $(datadir)/doc/gnunet/ -if ACTIVATE_TEXINFO4 -# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL, -# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other -# base) does only support --css-include=FILE. -# The only difference is a shorter html output and -# in 6.5 the ability to use refs instead of include. -# We prefer not to break builds in this case, so -# we use the include version which is backwards compatible -# and upwards compatible, while the ref variant is neither. -AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css -else -# In the 5.x version they added `--split=chapters|sections` in -# addition to `--split=nodes`. -# 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 +AM_MAKEINFOHTMLFLAGS = $(TEXINFO_HTMLFLAGS) gnunet_tutorial_examples = \ -- cgit v1.2.3