| | #!/bin/sh |
---|
| | # Build a release of tconfpy |
---|
| | # $Id: mktconfpy,v 1.106 2004/04/05 08:51:17 tundra Exp $ |
---|
| | # $Id: mktconfpy,v 1.107 2004/04/21 20:20:53 tundra Exp $ |
---|
| | |
---|
| | COLOR= |
---|
| | #COLOR=--color |
---|
| | PROGFILE="tconfpy.py" |
---|
| | SUPPFILES="Makefile tconfpy.3 tconfpy-license.txt test-tc.py test-tc.1 setup.py" |
---|
| | SUPPFILES="Makefile tconfpy.3 tconfpy-license.txt test-tc.py test-tc.1 setup.py example.cfg" |
---|
| | DOCFILES="tconfpy.html tconfpy.ps tconfpy.pdf tconfpy.py.ps READ-1ST.txt WHATSNEW.txt tconfpy.txt\ |
---|
| | test-tc.html test-tc.ps test-tc.pdf test-tc.py.ps test-tc.txt" |
---|
| | |
---|
| | # Check Command Line Args |
---|
| |
---|
| | |