Update of /cvsroot/scummlinux/scummlinux/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv26911/scripts
Modified Files:
dist generator
Log Message:
Added Changelog
Index: dist
===================================================================
RCS file: /cvsroot/scummlinux/scummlinux/scripts/dist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** dist 28 Jul 2003 19:48:51 -0000 1.2
--- dist 1 Aug 2003 08:43:50 -0000 1.3
***************
*** 12,16 ****
ln -s ../COPYING $SCUMMDIR/COPYING
ln -s ../VERSION $SCUMMDIR/VERSION
! #ln -s ../ChangeLog $SCUMMDIR/ChangeLog
ln -s ../Makefile $SCUMMDIR/Makefile
ln -s ../config $SCUMMDIR/config
--- 12,16 ----
ln -s ../COPYING $SCUMMDIR/COPYING
ln -s ../VERSION $SCUMMDIR/VERSION
! ln -s ../ChangeLog $SCUMMDIR/ChangeLog
ln -s ../Makefile $SCUMMDIR/Makefile
ln -s ../config $SCUMMDIR/config
Index: generator
===================================================================
RCS file: /cvsroot/scummlinux/scummlinux/scripts/generator,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** generator 28 Jul 2003 18:01:35 -0000 1.21
--- generator 1 Aug 2003 08:43:50 -0000 1.22
***************
*** 40,43 ****
--- 40,44 ----
cp $GENERATOR/LANGUAGE $GENERATOR_NAME
cp $GENERATOR/README* $GENERATOR_NAME
+ CP $ROOT/ChangeLog $GENERATOR_NAME
mkdir -p $GENERATOR_NAME/games
cp COPYING $GENERATOR_NAME/COPYING
|