Converted to CVS form of log extraction.
1 parent 3c8bd06 commit 117e9315f1b073bb18781e50ee12bb3cdedd9a66
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
4
mkabck
#!/bin/sh
# $Id: mkabck,v 1.8 2002/09/04 19:24:31 tundra Exp $
# $Id: mkabck,v 1.9 2012/06/09 17:28:55 tundra Exp $
 
RFILES="abck"
FILES="Makefile abck.1 abck-License.txt"
 
co $FILES
gzip *.1
mv $RFILES $FILES $DIR
mv *.gz $DIR
rlog abck >$DIR/CHANGELOG.abck
cvs log abck >$DIR/CHANGELOG.abck
tar -czvf $DIR.tar.gz $DIR
rm -rf $DIR
mv $DIR.tar.gz Releases