aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-05 01:04:36 +0000
committerng0 <ng0@n0.is>2019-03-05 01:04:36 +0000
commit1a852fb4df6edd585bd308b6fc2cfd58dc21ed4b (patch)
tree8af2485cd19fc93b0e5268e2aa76002badd80dc8 /doc
parent6a2c563de12d5ac6a4e4933fc8ec175a59ba9e67 (diff)
downloadgnunet-1a852fb4df6edd585bd308b6fc2cfd58dc21ed4b.tar.gz
gnunet-1a852fb4df6edd585bd308b6fc2cfd58dc21ed4b.zip
fix html
Diffstat (limited to 'doc')
-rw-r--r--doc/handbook/Makefile.am2
-rw-r--r--doc/tutorial/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 57a85bd56..0b39ece9d 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -18,7 +18,7 @@ infoimagedir = $(infodir)/images
18# we use the include version which is backwards compatible 18# we use the include version which is backwards compatible
19# and upwards compatible, while the ref variant is neither. 19# and upwards compatible, while the ref variant is neither.
20 20
21AM_MAKEINFOHTMLFLAGS = --no-split --css-include=manual.css 21AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css
22 22
23dist_infoimage_DATA = \ 23dist_infoimage_DATA = \
24 images/gnunet-gtk-0-10-gns-a-done.png \ 24 images/gnunet-gtk-0-10-gns-a-done.png \
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index d0fd14a4a..e76d55b8b 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -8,7 +8,7 @@ docdir = $(datadir)/doc/gnunet/
8# $(DOT_FILES:%.dot=%.pdf) 8# $(DOT_FILES:%.dot=%.pdf)
9 9
10# See ../handbook/Makefile.am comment! 10# See ../handbook/Makefile.am comment!
11AM_MAKEINFOHTMLFLAGS = --no-split --css-include=docstyle.css 11AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css
12 12
13#DOT_OPTIONS = \ 13#DOT_OPTIONS = \
14# -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \ 14# -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \