Added the unix man page to the distribution.
1 parent 5955f93 commit 4996cd650e23b8944952563c1800275609870052
@tundra tundra authored on 17 Jul 2001
Showing 1 changed file
View
3
■■
mkhb
#!/bin/sh
# $Id: mkhb,v 1.5 2001/07/17 19:11:40 tundra Exp $
# $Id: mkhb,v 1.6 2001/07/17 19:51:52 tundra Exp $
 
FILES="Makefile hb.py hb.txt 0-StartHere.txt 1-HB-License.txt \
2-HowToUse.txt 3-UnderTheHood.txt \
4-Limitations-Enhancements.txt"
mkdir $DIR
co -r$1 $FILES
mv $FILES $DIR
rlog hb.py >$DIR/CHANGELOG
gzip $DIR/hb.1
tar -czvf hb-$1.tar.gz hb-$1