Mercurial > p > roundup > code
view doc/Makefile @ 1397:2219893cb787
info about moving trackers
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 23 Jan 2003 02:14:39 +0000 |
| parents | 61ad556cfc8d |
| children | 3f2e516b8de3 |
line wrap: on
line source
PYTHON = /usr/bin/python2 STXTOHTML = stx2html SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ glossary.txt implementation.txt index.txt design.txt \ installation.txt upgrading.txt user_guide.txt maintenance.txt COMPILED := $(SOURCE:.txt=.html) all: ${COMPILED} %.html: %.txt ${STXTOHTML} --report=warning -d $< $@ clean: rm -f ${COMPILED}
