remove tools/makechangelog to make way for new, proper ChangeLog.txt to be coming soon; edit sbopkg.SlackBuild to copy new ChangeLog.txt

This commit is contained in:
chess.griffin 2009-01-12 20:10:24 +00:00
parent 582f752e6e
commit ad7a9f4ccc
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
#
# $Id$
#
# Build ChangeLog for package inclusion using the svn2cl Perl script
# (http://ch.tudelft.nl/~arthur/svn2cl)
sh ~/work/svn2cl/svn2cl.sh ~/work/sbopkg-read-only

View File

@ -51,7 +51,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a usr/doc/README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a usr/doc/TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a usr/doc/UPDATELIST-DEBUGGING $PKG/usr/doc/$PRGNAM-$VERSION
cp -a usr/doc/ChangeLog $PKG/usr/doc/$PRGNAM-$VERSION
cp -a usr/doc/ChangeLog.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $CWD/sbopkg.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install