From f520bc7066cab3a75eb8a047dded4d50e945494c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 11 Feb 2008 20:26:22 +0000 Subject: [PATCH] Checkout directly to the SDL 1.3 folder --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402728 --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 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