diff --git a/mktconfpy b/mktconfpy index bc3abd9..eea89ab 100755 --- a/mktconfpy +++ b/mktconfpy @@ -1,11 +1,11 @@ #!/bin/sh # Build a release of tconfpy -# $Id: mktconfpy,v 1.1 2003/07/01 18:21:39 tundra Exp $ +# $Id: mktconfpy,v 1.101 2004/03/13 00:27:40 tundra Exp $ COLOR= #COLOR=--color PROGFILE="tconfpy.py" -SUPPFILES="Makefile tconfpy.1 tconfpy-license.txt" +SUPPFILES="Makefile tconfpy.3 tconfpy-license.txt test-tc.py" DOCFILES="tconfpy.html tconfpy.ps tconfpy.pdf tconfpy.py.ps READ-1ST.txt WHATSNEW.txt tconfpy.txt" # Check Command Line Args @@ -35,10 +35,10 @@ # Build Documentation -rman -fHTML -l tconfpy tconfpy.1 > tconfpy.html -groff -man -Tps tconfpy.1 >tconfpy.ps +rman -fHTML -l tconfpy tconfpy.3 > tconfpy.html +groff -man -Tps tconfpy.3 >tconfpy.ps gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=tconfpy.pdf tconfpy.ps -groff -man -Tascii tconfpy.1 | col -xb >tconfpy.txt +groff -man -Tascii tconfpy.3 | col -xb >tconfpy.txt chmod 644 $DOCFILES *txt gzip *.1