Skip to content

Commit

Permalink
Build both the .tar.gz and .zip archives when creating a CVS snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 27, 2006
1 parent 5b9b100 commit 7d9afbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -153,5 +153,6 @@ snapshot:
cvs -d $(CVSROOT) checkout -P SDL12
(cd SDL12 && ./autogen.sh && rm -rf autom4te.cache)
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

0 comments on commit 7d9afbb

Please sign in to comment.