summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-10 14:52:30 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-10 14:52:30 +0200
commit27fbd027f28714fabc0a0610dec6a8a24fdca80a (patch)
tree5ac539d342111a64ce13fafc5baa7e67a5f0cdca /cfg.mk
parent4d7e6c64466b70d2584a66f708d61cf7d0456b74 (diff)
downloadgnutls-27fbd027f28714fabc0a0610dec6a8a24fdca80a.tar.gz
Copy cyclomatic code complexity charts too.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
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/