summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2008-02-11 20:26:22 +0000
committerSam Lantinga <slouken@libsdl.org>2008-02-11 20:26:22 +0000
commit5be130701ae455b002f43c1db54fcc65fc36bf5f (patch)
tree046532ca23788488c799fdf51dc101aa0b6f94c7
parentc6df0d971e9245e33a5199cc353e3ddcbfa17e07 (diff)
downloadsdl-5be130701ae455b002f43c1db54fcc65fc36bf5f.tar.gz
Checkout directly to the SDL 1.3 folder
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a661584e5..758400f96 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -194,8 +194,7 @@ commit: indent
# Create a SVN snapshot that people can run update on
snapshot:
- svn co http://svn.libsdl.org/trunk/SDL
- mv SDL SDL-1.3
+ svn co http://svn.libsdl.org/trunk/SDL SDL-1.3
(cd SDL-1.3 && ./autogen.sh && rm -rf autom4te.cache)
cp SDL-1.3/include/SDL_config.h.default SDL-1.3/include/SDL_config.h
tar zcf $(HOME)/SDL-1.3.tar.gz SDL-1.3