Updated to include testpath.py driver progaram.
1 parent 6325537 commit 44f2bfdc848faba6cf9a3f3f92aa487c71611c06
@tundra tundra authored on 25 Jun 2010
Showing 1 changed file
View
6
makefile
# 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