Commit 422fa052 authored by Sam Lantinga's avatar Sam Lantinga

Build both the .tar.gz and .zip archives when creating a CVS snapshot.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401452
parent cbc10a96
...@@ -153,5 +153,6 @@ snapshot: ...@@ -153,5 +153,6 @@ snapshot:
cvs -d $(CVSROOT) checkout -P SDL12 cvs -d $(CVSROOT) checkout -P SDL12
(cd SDL12 && ./autogen.sh && rm -rf autom4te.cache) (cd SDL12 && ./autogen.sh && rm -rf autom4te.cache)
mv SDL12 SDL-1.2 mv SDL12 SDL-1.2
tar zcvf $(HOME)/SDL-1.2.tar.gz SDL-1.2 tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
zip -r $(HOME)/SDL-1.2.zip SDL-1.2
rm -rf SDL-1.2 rm -rf SDL-1.2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment