From bfa7bcc29f726f8fe938458e8392fe5065ecebe6 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 10 Aug 2012 22:32:14 +0200 Subject: corrected html generation --- cfg.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 4594073ce6..0ead812106 100644 --- a/cfg.mk +++ b/cfg.mk @@ -143,8 +143,7 @@ upload: web: echo generating documentation for $(PACKAGE) cd doc && $(SHELL) ../build-aux/gendocs.sh \ - --html "--css-include=texinfo.css" \ - --html "--set FLOAT_NAME_IN_XREF=1" \ + --html "--css-include=./texinfo.css --set FLOAT_NAME_IN_XREF=1" \ -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)" -cd doc && make gnutls.epub && cp gnutls.epub ../$(htmldir)/manual/ cd doc && cp *.png ../$(htmldir)/manual/html_node/ -- cgit v1.2.1