aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 22:28:35 +0000
committerng0 <ng0@n0.is>2019-08-16 22:28:35 +0000
commitf4598e8738d0baf9095064ebaca5f67a5500c224 (patch)
tree15d76d2ee924ece155d57d237d57fbf7e4fbaea4 /doc/tutorial/Makefile.am
parent094058e35534bd84e2a8b2b86b82c8e6960dabc8 (diff)
downloadgnunet-f4598e8738d0baf9095064ebaca5f67a5500c224.tar.gz
gnunet-f4598e8738d0baf9095064ebaca5f67a5500c224.zip
attempt to fix the wrong texinfo5 generation which leads to css being 404 links.
Diffstat (limited to 'doc/tutorial/Makefile.am')
-rw-r--r--doc/tutorial/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index 8525563a2..26bef64d9 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -20,7 +20,7 @@ AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.c
20else 20else
21# In the 5.x version they added `--split=chapters|sections` in 21# In the 5.x version they added `--split=chapters|sections` in
22# addition to `--split=nodes`. 22# addition to `--split=nodes`.
23AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref=style.css --css-ref=manual.css 23AM_MAKEINFOHTMLFLAGS = --split=sections --css-ref="style.css" --css-ref="manual.css"
24endif 24endif
25 25
26#DOT_OPTIONS = \ 26#DOT_OPTIONS = \