From: Simon Josefsson Date: Mon, 10 Aug 2009 12:52:30 +0000 (+0200) Subject: Copy cyclomatic code complexity charts too. X-Git-Tag: gnutls_2_9_2~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27fbd027f28714fabc0a0610dec6a8a24fdca80a;p=thirdparty%2Fgnutls.git Copy cyclomatic code complexity charts too. --- diff --git a/cfg.mk b/cfg.mk index 4ae8fe71ca..18336298e1 100644 --- a/cfg.mk +++ b/cfg.mk @@ -112,6 +112,7 @@ web: -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/ upload-web: cd $(htmldir) && cvs commit -m "Update." manual/ reference/ doxygen/