summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-09-25 13:02:49 +0200
committerSimon Josefsson <simon@josefsson.org>2010-09-25 13:02:49 +0200
commit7ad7a16b572c8fa1895d91f368f0286d80449ccb (patch)
treed72f8c256154289de7a38767828a2546ead23fd1
parenta595598dc207c6587628bb475a6e628f673506dd (diff)
downloadlibtasn1-7ad7a16b572c8fa1895d91f368f0286d80449ccb.tar.gz
Fix release target.
-rw-r--r--cfg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index d52b68c..31d8ecd 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -79,13 +79,14 @@ upload:
cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
web:
- cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
+ cd doc && $(SHELL) ../build-aux/gendocs.sh \
+ --html "--css-include=texinfo.css" \
-o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
cp -v doc/reference/$(PACKAGE).pdf 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/
+ cd $(htmldir) && cvs commit -m "Update." manual/ reference/ cyclo/
review-diff:
git diff `git describe --abbrev=0`.. \