Mercurial > sdl-ios-xcode
changeset 1448:9a845c7b8b35
Build both the .tar.gz and .zip archives when creating a CVS snapshot.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 27 Feb 2006 04:44:31 +0000 |
parents | 515df0086eb7 |
children | d7d96c87b6a6 |
files | Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Feb 27 04:16:44 2006 +0000 +++ b/Makefile.in Mon Feb 27 04:44:31 2006 +0000 @@ -153,5 +153,6 @@ 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