diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-13 19:06:48 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-13 19:06:48 +0200 |
commit | fb0445323d8589e7f20bec0d133ecb7372c35074 (patch) | |
tree | 93f8643be9b7cc190406c1dfa8bd7057aa0714c3 /cfg.mk | |
parent | bab3286a51c576167eda2e2c57ab9200b6b92339 (diff) | |
download | libtasn1-fb0445323d8589e7f20bec0d133ecb7372c35074.tar.gz libtasn1-fb0445323d8589e7f20bec0d133ecb7372c35074.tar.bz2 libtasn1-fb0445323d8589e7f20bec0d133ecb7372c35074.zip |
Copy cyclo page.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ web: cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \ -o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)" cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/ + cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/index.html upload-web: cd $(htmldir) && cvs commit -m "Update." manual/ reference/ |