X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0f4172ffbddd7b51c80f388adc69c4601d230bf6..41a0ee6544be0e947c6062a966a93310b9ea5ce5:/projects/make_tarball/make.sh?ds=sidebyside diff --git a/projects/make_tarball/make.sh b/projects/make_tarball/make.sh index eef57e3f..be648a52 100755 --- a/projects/make_tarball/make.sh +++ b/projects/make_tarball/make.sh @@ -27,13 +27,13 @@ rm -r $SRC_DIR/projects/stargazer/plugins/authorization/stress rm -r $SRC_DIR/doc/help rm $SRC_DIR/doc/help.odt -if [ -f /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl ] -then - echo "Building doc..." - make -C $SRC_DIR/doc/xmlrpc - make -C $SRC_DIR/doc/help -else - echo "No XSL stylesheets, skipping doc build" -fi +#if [ -f /usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl ] +#then +# echo "Building doc..." +# make -C $SRC_DIR/doc/xmlrpc +# make -C $SRC_DIR/doc/help +#else +# echo "No XSL stylesheets, skipping doc build" +#fi tar -zcf $ARC_NAME $SRC_DIR