From 41a0ee6544be0e947c6062a966a93310b9ea5ce5 Mon Sep 17 00:00:00 2001 From: Maksym Mamontov Date: Mon, 29 Jun 2020 18:09:41 +0300 Subject: [PATCH] Disable doc generation in release archives. --- projects/make_tarball/make.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.43.2