1 ## Process this file with automake to produce Makefile.in
4 TMP_DIR
=/tmp
/$(APP_NAME
)
9 - rm -f pkg
/$(APP_NAME
)-*.
tar.bz2
12 cg-export
$(TMP_DIR
)/$(APP_NAME
)-$(VERSION
)/
13 tar --exclude uploadweb.sh
--directory
$(TMP_DIR
)/ -cjf pkg
/$(APP_NAME
)-$(VERSION
).
tar.bz2 \
14 $(APP_NAME
)-$(VERSION
)
17 # Push the current source code to my git repository
21 git clone
--bare
-l .
$(TMP_DIR
)/$(APP_NAME
).git
22 rsync
-r
--delete
$(TMP_DIR
)/$(APP_NAME
).git
/ \
23 artific2@artificialworlds.net
:public_html
/$(APP_NAME
)/git
/$(APP_NAME
).git
/