diff --git a/makefile b/makefile index 47b6743..e419209 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # 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. @@ -19,10 +19,12 @@ 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 #####