]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Don't assume chmod +x on gendocs.sh.
authorSimon Josefsson <simon@josefsson.org>
Thu, 14 Oct 2010 13:52:38 +0000 (15:52 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 14 Oct 2010 13:52:38 +0000 (15:52 +0200)
cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 7bcfe7a8ddd739f8aa686b0e276cc15cc0c3b92c..1dd36154cb0e94ce2e4986e440287f1cc9e33b66 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -112,7 +112,8 @@ upload:
        cp $(distdir).tar.bz2 $(distdir).tar.bz2.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)/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/$(PACKAGE).pdf doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/devel/reference/