| | # Build a release of 'tsearchpath' using 'make' |
---|
| | # $Id: makefile,v 1.102 2010/06/24 19:44:32 tundra Exp $ |
---|
| | # $Id: makefile,v 1.103 2010/06/25 14:52:49 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | PROGNAME = tsearchpath |
---|
| | |
---|
| | PORTNAME = ${PROGNAME} |
---|
| | |
---|
| | PROGFILES = ${PROGNAME}.py |
---|
| | PROGFILES = ${PROGNAME}.py testpath.py |
---|
| | |
---|
| | DOCSOURCES = ${PROGNAME}-license.txt CHANGELOG.txt Makefile \ |
---|
| | WHATSNEW.txt setup.py |
---|
| | |
---|
| | DOCFILES = ${PROGNAME}.py.ps |
---|
| | DOCFILES = ${PROGNAME}.py.ps testpath.py.ps |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Nothing Should Need To Change Below This Line |
---|
| |
---|
| | |