diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-29 13:47:17 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-29 13:47:17 +0200 |
commit | e71f81a6cd99e728f9bdb22b9ba2335d581c4144 (patch) | |
tree | 8a3464e92a7bd377884f0a81a15aaf393e2d5155 | |
parent | 7c49abbc15507dfbdfd5bb4a58939da8013367f2 (diff) | |
download | gnutls-e71f81a6cd99e728f9bdb22b9ba2335d581c4144.tar.gz |
Fix release target.
-rw-r--r-- | cfg.mk | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -76,8 +76,6 @@ upload: webdocs: cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) $(PACKAGE_NAME) - cd contrib/doxygen && doxygen && cd ../.. && cp -v contrib/doxygen/html/* $(htmldir)/doxygen/ && cd contrib/doxygen/latex && make refman.pdf && cd ../../../ && cp contrib/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf + cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/$(PACKAGE).pdf cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/ - cp -rv doc/java/* $(htmldir)/javadoc/ - cd $(htmldir) && \ - cvs commit -m "Update." manual/ reference/ doxygen/ + cd $(htmldir) && cvs commit -m "Update." manual/ reference/ doxygen/ |