From cd43248756e515689415393c0efc2dd10d72dd3a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 May 2004 07:13:22 +0000 Subject: [PATCH] update --- stepmania/Utils/make-src-archive.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/Utils/make-src-archive.sh b/stepmania/Utils/make-src-archive.sh index 5a85b2a470..e519fc76d4 100755 --- a/stepmania/Utils/make-src-archive.sh +++ b/stepmania/Utils/make-src-archive.sh @@ -24,10 +24,14 @@ cp -a src $PRODUCTVER/ cp COPYING.txt NEWS README-FIRST.html Makefile.am aclocal.m4 \ configure Makefile.in configure.ac $PRODUCTVER +mkdir $PRODUCTVER/Docs/ +cp Docs/ChangeLog $PRODUCTVER/Docs/ + echo Pruning... cd $PRODUCTVER/src # Obsolete and going away: rm -rf SDL-1.2.5 +rm -rf SDL-1.2.6 # Incomplete: rm -rf Texture Font Generator # Xbox: @@ -39,7 +43,6 @@ rm -rf smlobby # I don't want to spend an extra half hour to upload separate Windows and # *nix source archives. #rm -rf mad-0.15.0b -#rm -rf SDL_image-1.2 rm -rf vorbis rm -rf BaseClasses