Mercurial > p > roundup > code
view doc/Makefile @ 1967:d30cd44321f2
commit old file-serving bugfix, and new pt content-type fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 15 Jan 2004 00:01:15 +0000 |
| parents | 3ffb7b56172a |
| children | a291bf753037 |
line wrap: on
line source
PYTHON = /usr/bin/python2 STXTOHTML = rst2html SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ glossary.txt implementation.txt index.txt design.txt mysql.txt \ installation.txt upgrading.txt user_guide.txt maintenance.txt \ postgresql.txt COMPILED := $(SOURCE:.txt=.html) all: ${COMPILED} %.html: %.txt ${STXTOHTML} --report=warning -d $< $@ clean: rm -f ${COMPILED}
