changeset 3848:4de14c915f4c SDL-1.2

Updated the snapshot build target to reflect the new source location
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:23:11 +0000
parents 3d247fe1c234
children 49ed2682da54
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Jul 10 21:03:59 2006 +0000
+++ b/Makefile.in	Mon Jul 10 21:23:11 2006 +0000
@@ -169,10 +169,9 @@
 
 # Create a SVN snapshot that people can run update on
 snapshot:
-	svn co svn://libsdl.org/trunk/SDL
-	(cd SDL && ./autogen.sh && rm -rf autom4te.cache)
-	cp SDL/include/SDL_config.h.default SDL/include/SDL_config.h
-	mv SDL SDL-1.2
+	svn co svn://libsdl.org/branches/SDL-1.2
+	(cd SDL-1.2 && ./autogen.sh && rm -rf autom4te.cache)
+	cp SDL-1.2/include/SDL_config.h.default SDL-1.2/include/SDL_config.h
 	tar zcf $(HOME)/SDL-1.2.tar.gz SDL-1.2
 	rm -f $(HOME)/SDL-1.2.zip
 	zip -r $(HOME)/SDL-1.2.zip SDL-1.2