Mercurial > p > roundup > code
comparison doc/Makefile @ 1249:6c24a86a12ae
Fixes for SourceForge tracker bugs.
- fixed filter() with no sort/group [SF#618614]
- fixed register with no session [SF#618611]
- fixed log / pid file path handling in roundup-server [SF#617981]
- fixed old gadfly compatibiltiy problem, for sure this time [SF#612873]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 07 Oct 2002 00:52:51 +0000 |
| parents | 8dd4f736370b |
| children | 61ad556cfc8d |
comparison
equal
deleted
inserted
replaced
| 1248:5b419b02c169 | 1249:6c24a86a12ae |
|---|---|
| 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 glossary.txt implementation.txt index.txt design.txt \ | 5 glossary.txt implementation.txt index.txt design.txt \ |
| 6 installation.txt security.txt upgrading.txt user_guide.txt \ | 6 installation.txt upgrading.txt user_guide.txt maintenance.txt |
| 7 maintenance.txt | |
| 8 | 7 |
| 9 COMPILED := $(SOURCE:.txt=.html) | 8 COMPILED := $(SOURCE:.txt=.html) |
| 10 | 9 |
| 11 all: ${COMPILED} | 10 all: ${COMPILED} |
| 12 | 11 |
