git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
-MG removed from deps generation in stglibs
[stg.git]
/
projects
/
make_tarball
/
make.sh
diff --git
a/projects/make_tarball/make.sh
b/projects/make_tarball/make.sh
index 82d50894ee968ef4995a50ab7fd4de8cc5d27e10..a429df63572c3cdab58b746d39b82d62c914c2a8 100755
(executable)
--- a/
projects/make_tarball/make.sh
+++ b/
projects/make_tarball/make.sh
@@
-3,7
+3,7
@@
SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
ARC_NAME=$SRC_DIR.tar.gz
SRC_DIR=stg-2.4-`date "+%Y.%m.%d-%H.%M.%S"`
ARC_NAME=$SRC_DIR.tar.gz
-git clone git://
madf.dyndns.or
g/stg.git $SRC_DIR
+git clone git://
gitorious.org/st
g/stg.git $SRC_DIR
if [ $? != 0 ]
then
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
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
tar -zcf $ARC_NAME $SRC_DIR