Updated to CVS form of log extraction.
1 parent bf9af54 commit 9f479cf9332a1bb260439db6ba06f0c86894834a
@tundra tundra authored on 9 Jun 2012
Showing 1 changed file
View
4
mkhb
#!/bin/sh
# $Id: mkhb,v 1.7 2001/07/17 19:53:16 tundra Exp $
# $Id: mkhb,v 1.8 2012/06/09 17:35:40 tundra Exp $
 
FILES="Makefile hb.py hb.txt hb.1 \
0-StartHere.txt \
1-HB-License.txt \
 
mkdir $DIR
co -r$1 $FILES
mv $FILES $DIR
rlog hb.py >$DIR/CHANGELOG
cvs log hb.py >$DIR/CHANGELOG
gzip $DIR/hb.1
tar -czvf hb-$1.tar.gz hb-$1