Mercurial > p > roundup > code
view doc/Makefile @ 1704:798247746257 maint-0.5
making sure I don't forget stuff in the announcement text
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 24 Jun 2003 06:51:06 +0000 |
| parents | 83f33642d220 |
| children |
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}
