Mercurial > p > roundup > code
comparison doc/Makefile @ 1218:4c9882cb16a3
more docco work
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Sep 2002 00:02:24 +0000 |
| parents | d870139aeb5c |
| children | 8dd4f736370b |
comparison
equal
deleted
inserted
replaced
| 1217:984c498e7deb | 1218:4c9882cb16a3 |
|---|---|
| 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 getting_started.txt glossary.txt implementation.txt index.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 | 8 |
| 8 COMPILED := $(SOURCE:.txt=.html) | 9 COMPILED := $(SOURCE:.txt=.html) |
| 9 | 10 |
| 10 all: ${COMPILED} | 11 all: ${COMPILED} |
| 11 | 12 |
