From 9cd5159eca2d6b1a1e69496469e2234d06f66b6d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 10 Jul 2006 21:23:51 +0000 Subject: [PATCH] Updated the snapshot build target to reflect the new source location --- Makefile.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index e41df20fa..e4372284d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,10 +193,10 @@ commit: indent # 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 - 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 - rm -rf SDL-1.2 + mv 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 + rm -f $(HOME)/SDL-1.3.zip + zip -r $(HOME)/SDL-1.3.zip SDL-1.3 + rm -rf SDL-1.3