| | # Build a release of 'tsearchpath' using 'make' |
---|
| | # $Id: makefile,v 1.104 2010/06/25 15:49:45 tundra Exp $ |
---|
| | # $Id: makefile,v 1.105 2010/06/25 16:21:42 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | PORTNAME = ${PROGNAME} |
---|
| | |
---|
| | PROGFILES = ${PROGNAME}.py testpath.py |
---|
| | |
---|
| | DOCSOURCES = ${PROGNAME}-license.txt CHANGELOG.txt Makefile \ |
---|
| | |
---|
| | DOCSOURCES = ${PROGNAME}.rst ${PROGNAME}-license.txt CHANGELOG.txt Makefile \ |
---|
| | WHATSNEW.txt setup.py |
---|
| | |
---|
| | DOCFILES = ${PROGNAME}.py.ps testpath.py.ps |
---|
| | DOCFILES = ${PROGNAME}.html ${PROGNAME}.pdf ${PROGNAME}.ps ${PROGNAME}.py.ps \ |
---|
| | ${PROGNAME}.1.gz testpath.py.ps |
---|
| | |
---|
| | |
---|
| | ##### |
---|
| | # Nothing Should Need To Change Below This Line |
---|
| |
---|
| | |