Mercurial > p > roundup > code
comparison doc/Makefile @ 3526:9b99fff18683
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jan 2006 03:23:07 +0000 |
| parents | 5c0e5abcb5e3 |
| children | 77e067e64035 |
comparison
equal
deleted
inserted
replaced
| 3525:7be25d75c3d5 | 3526:9b99fff18683 |
|---|---|
| 1 STXTOHTML = rst2html.py | 1 STXTOHTML = rst2html.py |
| 2 STXTOHT = rst2ht.py | 2 STXTOHT = rst2ht.py |
| 3 WEBDIR = ../../htdocs/htdocs/doc-0.8 | 3 WEBDIR = ../../htdocs/htdocs/doc-1.0 |
| 4 | 4 |
| 5 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ | 5 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ |
| 6 glossary.txt implementation.txt index.txt design.txt mysql.txt \ | 6 glossary.txt implementation.txt index.txt design.txt mysql.txt \ |
| 7 installation.txt upgrading.txt user_guide.txt admin_guide.txt \ | 7 installation.txt upgrading.txt user_guide.txt admin_guide.txt \ |
| 8 postgresql.txt tracker_templates.txt whatsnew-0.8.txt | 8 postgresql.txt tracker_templates.txt |
| 9 | 9 |
| 10 COMPILED := $(SOURCE:.txt=.html) | 10 COMPILED := $(SOURCE:.txt=.html) |
| 11 WEBHT := $(SOURCE:.txt=.ht) | 11 WEBHT := $(SOURCE:.txt=.ht) |
| 12 | 12 |
| 13 all: ${COMPILED} ${WEBHT} | 13 all: ${COMPILED} ${WEBHT} |
