summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-29 13:47:17 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-29 13:47:17 +0200
commite71f81a6cd99e728f9bdb22b9ba2335d581c4144 (patch)
tree8a3464e92a7bd377884f0a81a15aaf393e2d5155
parent7c49abbc15507dfbdfd5bb4a58939da8013367f2 (diff)
downloadgnutls-e71f81a6cd99e728f9bdb22b9ba2335d581c4144.tar.gz
Fix release target.
-rw-r--r--cfg.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index 4189e84a32..c2a5ddbcec 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -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/