Mercurial > sdl-ios-xcode
diff Makefile.in @ 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 | e3242177fe4a |
children | b89bce877c0d |
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