summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-28 12:19:04 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-28 12:19:04 +0200
commitde53694ad793027cc9ff9f4a085b532a979e707c (patch)
tree62f404d677fa5a0fd33ef921c069f33c5b0b0516
parent63eea976a5a5743ab0f707d0bf3e234ba6882534 (diff)
downloadgnutls-de53694ad793027cc9ff9f4a085b532a979e707c.tar.gz
Fix paths.
-rw-r--r--cfg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 9468c537e1..4ae8fe71ca 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -109,9 +109,9 @@ upload:
web:
cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
- -o ../$(htmldir)/manual/devel/ $(PACKAGE) $(PACKAGE_NAME)
- cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/doxygen/devel/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/doxygen/devel/$(PACKAGE).pdf
- cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/devel/
+ -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/
upload-web:
cd $(htmldir) && cvs commit -m "Update." manual/ reference/ doxygen/