Mercurial > p > roundup > code
comparison doc/Makefile @ 2138:f76d1642014a
doc cleanup, editing and creation of a What's New
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 26 Mar 2004 06:02:20 +0000 |
| parents | f01befe8a7fe |
| children | e19284d8d2a4 096063697f77 |
comparison
equal
deleted
inserted
replaced
| 2137:c49495585c44 | 2138:f76d1642014a |
|---|---|
| 2 STXTOHTML = rst2html | 2 STXTOHTML = rst2html |
| 3 | 3 |
| 4 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ | 4 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ |
| 5 glossary.txt implementation.txt index.txt design.txt mysql.txt \ | 5 glossary.txt implementation.txt index.txt design.txt mysql.txt \ |
| 6 installation.txt upgrading.txt user_guide.txt admin_guide.txt \ | 6 installation.txt upgrading.txt user_guide.txt admin_guide.txt \ |
| 7 postgresql.txt tracker_templates.txt | 7 postgresql.txt tracker_templates.txt whatsnew-0.7.txt |
| 8 | 8 |
| 9 COMPILED := $(SOURCE:.txt=.html) | 9 COMPILED := $(SOURCE:.txt=.html) |
| 10 | 10 |
| 11 all: ${COMPILED} | 11 all: ${COMPILED} |
| 12 | 12 |
