From: Maksym Mamontov <madf@madf.info>
Date: Mon, 29 Jun 2020 15:09:41 +0000 (+0300)
Subject: Disable doc generation in release archives.
X-Git-Tag: 2.409~5
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/41a0ee6544be0e947c6062a966a93310b9ea5ce5?ds=inline

Disable doc generation in release archives.
---

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