Added gzip for .3 files.
Removed comment which inhibited directory removal when done.
1 parent 9c623fd commit c8d43e641a38bd7ac835d247ae5780a2d9a07fce
@tundra tundra authored on 31 Mar 2004
Showing 1 changed file
View
6
mktconfpy
#!/bin/sh
# Build a release of tconfpy
# $Id: mktconfpy,v 1.102 2004/04/01 00:32:35 tundra Exp $
# $Id: mktconfpy,v 1.103 2004/04/01 00:41:06 tundra Exp $
 
COLOR=
#COLOR=--color
PROGFILE="tconfpy.py"
groff -man -Tascii test-tc.1 | col -xb >test-tc.txt
 
chmod 644 $DOCFILES *txt
gzip *.1
 
gzip *.3
 
# Build And Save The Release
 
mv $PROGFILE $SUPPFILES $DOCFILES $DIR
tar -czvf $DIR.tar.gz $DIR
mv $DIR.tar.gz Releases
 
# Remove Working Directory
#rm -rf $DIR
rm -rf $DIR