diff --git a/mktconfpy b/mktconfpy index a7f6d49..282b6ad 100755 --- a/mktconfpy +++ b/mktconfpy @@ -1,6 +1,6 @@ #!/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 @@ -49,7 +49,7 @@ chmod 644 $DOCFILES *txt gzip *.1 - +gzip *.3 # Build And Save The Release @@ -61,6 +61,6 @@ mv $DIR.tar.gz Releases # Remove Working Directory -#rm -rf $DIR +rm -rf $DIR