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