Added back documentation files.
1 parent a74bd7c commit d8f9939e5aebe31628a8f8e2f7884f27d3a09f6c
@tundra tundra authored on 25 Jun 2010
Showing 1 changed file
View
10
makefile
# 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