]> git.stg.codes - stg.git/blobdiff - projects/make_tarball/make.sh
Fix path to git repository in archive creation script
[stg.git] / projects / make_tarball / make.sh
index 82d50894ee968ef4995a50ab7fd4de8cc5d27e10..a429df63572c3cdab58b746d39b82d62c914c2a8 100755 (executable)
@@ -3,7 +3,7 @@
 SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
 ARC_NAME=$SRC_DIR.tar.gz
 
-git clone git://madf.dyndns.org/stg.git $SRC_DIR
+git clone git://gitorious.org/stg/stg.git $SRC_DIR
 
 if [ $? != 0 ]
 then
@@ -22,4 +22,6 @@ rm -r $SRC_DIR/projects/stargazer/plugins/configuration/xrconfig
 rm -r $SRC_DIR/projects/stargazer/plugins/other/userstat
 rm -r $SRC_DIR/projects/stargazer/plugins/store/db
 
+make -C $SRC_DIR/doc/xmlrpc-doc
+
 tar -zcf $ARC_NAME $SRC_DIR