Mercurial > p > roundup > code
comparison doc/Makefile @ 1244:8dd4f736370b
merge from maintenance branch
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Oct 2002 06:56:30 +0000 |
| parents | 4c9882cb16a3 |
| children | 6c24a86a12ae |
comparison
equal
deleted
inserted
replaced
| 1243:3a028d2f7830 | 1244:8dd4f736370b |
|---|---|
| 1 PYTHON = /usr/bin/python2 | 1 PYTHON = /usr/bin/python2 |
| 2 STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')" | 2 STXTOHTML = -c "from docutils.core import publish;publish(writer_name='html')" |
| 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 getting_started.txt glossary.txt implementation.txt index.txt \ | 5 glossary.txt implementation.txt index.txt design.txt \ |
| 6 installation.txt security.txt upgrading.txt user_guide.txt \ | 6 installation.txt security.txt upgrading.txt user_guide.txt \ |
| 7 maintenance.txt | 7 maintenance.txt |
| 8 | 8 |
| 9 COMPILED := $(SOURCE:.txt=.html) | 9 COMPILED := $(SOURCE:.txt=.html) |
| 10 | 10 |
