From 1a852fb4df6edd585bd308b6fc2cfd58dc21ed4b Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 5 Mar 2019 01:04:36 +0000 Subject: [PATCH] fix html --- doc/handbook/Makefile.am | 2 +- doc/tutorial/Makefile.am | 2 +- 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 # we use the include version which is backwards compatible # and upwards compatible, while the ref variant is neither. -AM_MAKEINFOHTMLFLAGS = --no-split --css-include=manual.css +AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css dist_infoimage_DATA = \ 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/ # $(DOT_FILES:%.dot=%.pdf) # See ../handbook/Makefile.am comment! -AM_MAKEINFOHTMLFLAGS = --no-split --css-include=docstyle.css +AM_MAKEINFOHTMLFLAGS = --no-split --css-include=style.css --css-include=manual.css #DOT_OPTIONS = \ # -Gratio=.9 -Gnodesep=.005 -Granksep=.00005 \ -- 2.25.1