comparison doc/Makefile @ 2858:0357a9c93933

fix filter() doc
author Richard Jones <richard@users.sourceforge.net>
date Wed, 03 Nov 2004 03:07:04 +0000
parents 096063697f77
children 5c0e5abcb5e3
comparison
equal deleted inserted replaced
2856:adec352e2ce0 2858:0357a9c93933
1 STXTOHTML = rst2html 1 STXTOHTML = rst2html
2 STXTOHT = rst2ht.py 2 STXTOHT = rst2ht.py
3 WEBDIR = ../../htdocs/htdocs/doc-0.7 3 WEBDIR = ../../htdocs/htdocs/doc-0.8
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.7.txt 8 postgresql.txt tracker_templates.txt whatsnew-0.8.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}

Roundup Issue Tracker: http://roundup-tracker.org/