Mercurial > sdl-ios-xcode
comparison Makefile.in @ 3906:e3bf970d9494 SDL-1.2
Updated svn repository
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 23 Jan 2007 04:47:11 +0000 |
parents | 4de14c915f4c |
children | 4b093ecae4a7 |
comparison
equal
deleted
inserted
replaced
3905:0e0883cb7137 | 3906:e3bf970d9494 |
---|---|
167 rpm: $(distfile) | 167 rpm: $(distfile) |
168 rpmbuild -ta $? | 168 rpmbuild -ta $? |
169 | 169 |
170 # Create a SVN snapshot that people can run update on | 170 # Create a SVN snapshot that people can run update on |
171 snapshot: | 171 snapshot: |
172 svn co svn://libsdl.org/branches/SDL-1.2 | 172 svn co http://svn.libsdl.org/branches/SDL-1.2 |
173 (cd SDL-1.2 && ./autogen.sh && rm -rf autom4te.cache) | 173 (cd SDL-1.2 && ./autogen.sh && rm -rf autom4te.cache) |
174 cp SDL-1.2/include/SDL_config.h.default SDL-1.2/include/SDL_config.h | 174 cp SDL-1.2/include/SDL_config.h.default SDL-1.2/include/SDL_config.h |
175 tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2 | 175 tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2 |
176 rm -f $(HOME)/SDL-1.2.zip | 176 rm -f $(HOME)/SDL-1.2.zip |
177 zip -r $(HOME)/SDL-1.2.zip SDL-1.2 | 177 zip -r $(HOME)/SDL-1.2.zip SDL-1.2 |