]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Copy cyclomatic code complexity charts too.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Aug 2009 12:52:30 +0000 (14:52 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Aug 2009 12:52:30 +0000 (14:52 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 4ae8fe71cae907773922ebd5fba9b6a99931938b..18336298e185bfe063664d8f1b6fb85733ccbcf2 100644 (file)
--- 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/