aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 120f63297..9a3a76a2f 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -9,7 +9,16 @@ infoimagedir = $(infodir)/images
9# $(DOT_FILES:%.dot=%.eps) \ 9# $(DOT_FILES:%.dot=%.eps) \
10# $(DOT_FILES:%.dot=%.pdf) 10# $(DOT_FILES:%.dot=%.pdf)
11 11
12AM_MAKEINFOHTMLFLAGS = --no-split --css-ref=manual.css 12# NOTE: While GNU makeinfo 6.5 supports --css-ref=URL,
13# makeinfo 4.8 (in NetBSD 8.0, macOS, and maybe other
14# base) does only support --css-include=FILE.
15# The only difference is a shorter html output and
16# in 6.5 the ability to use refs instead of include.
17# We prefer not to break builds in this case, so
18# we use the include version which is backwards compatible
19# and upwards compatible, while the ref variant is neither.
20
21AM_MAKEINFOHTMLFLAGS = --no-split --css-include=manual.css
13 22
14dist_infoimage_DATA = \ 23dist_infoimage_DATA = \
15 images/gnunet-gtk-0-10-gns-a-done.png \ 24 images/gnunet-gtk-0-10-gns-a-done.png \