aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-28 13:51:25 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-28 13:51:25 +0100
commit4cffc642c431831319eda9f4ca571f0c6e2e4a75 (patch)
treec116ffed24e8550f198c0178d938ada7704bb73e /doc/handbook
parentae334ebbc55e1b6ed94ea978a0ef0fd9fe5d461f (diff)
downloadgnunet-4cffc642c431831319eda9f4ca571f0c6e2e4a75.tar.gz
gnunet-4cffc642c431831319eda9f4ca571f0c6e2e4a75.zip
build: do not redefine AM_MAKEINFOHTMLFLAGS
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 0435796a9..e4a1808c9 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -3,26 +3,6 @@ docdir = $(datadir)/doc/gnunet/
3 3
4infoimagedir = $(infodir)/images 4infoimagedir = $(infodir)/images
5 5
6if ACTIVATE_TEXINFO4
7# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL,
8# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other
9# base) does only support --css-include=FILE.
10# The only difference is a shorter html output and
11# in 6.5 the ability to use refs instead of include.
12# We prefer not to break builds in this case, so
13# we use the include version which is backwards compatible
14# and upwards compatible, while the ref variant is neither.
15AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css
16else
17# In the 5.x version they added `--split=chapters|sections` in
18# addition to `--split=nodes`.
19# Hold on to your hats: In version 6.5 this is already removed, ffs.
20# GNU Texinfo, please be more consistent than 1 version in switches.
21# This however is compatible to version 5.2. Thanks, I hate it.
22# AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="../style.css" --css-ref="../manual.css"
23AM_MAKEINFOHTMLFLAGS = --no-split --css-ref="../style.css" --css-ref="../manual.css"
24endif
25
26dist_infoimage_DATA = \ 6dist_infoimage_DATA = \
27 images/gnunet-gtk-0-10-gns-a-done.png \ 7 images/gnunet-gtk-0-10-gns-a-done.png \
28 images/gnunet-gtk-0-10-gns-a.png \ 8 images/gnunet-gtk-0-10-gns-a.png \