diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:02:49 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-09-25 13:02:49 +0200 |
commit | 7ad7a16b572c8fa1895d91f368f0286d80449ccb (patch) | |
tree | d72f8c256154289de7a38767828a2546ead23fd1 /cfg.mk | |
parent | a595598dc207c6587628bb475a6e628f673506dd (diff) | |
download | libtasn1-7ad7a16b572c8fa1895d91f368f0286d80449ccb.tar.gz libtasn1-7ad7a16b572c8fa1895d91f368f0286d80449ccb.tar.bz2 libtasn1-7ad7a16b572c8fa1895d91f368f0286d80449ccb.zip |
Fix release target.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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`.. \ |