]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix usage.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Aug 2009 12:52:51 +0000 (14:52 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Aug 2009 12:52:51 +0000 (14:52 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 18336298e185bfe063664d8f1b6fb85733ccbcf2..ddb4f0af31ed5aeeb0b25353396b42ed2f2890c3 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -109,7 +109,7 @@ upload:
 
 web:
        cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
-               -o ../$(htmldir)/devel/manual/ $(PACKAGE) $(PACKAGE_NAME)
+               -o ../$(htmldir)/devel/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
        cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/devel/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/devel/doxygen/$(PACKAGE).pdf
        cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/devel/reference/
        cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/