Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/doc/Makefile Wed Nov 03 01:34:21 2004 +0000 +++ b/doc/Makefile Wed Nov 03 03:07:04 2004 +0000 @@ -1,11 +1,11 @@ STXTOHTML = rst2html STXTOHT = rst2ht.py -WEBDIR = ../../htdocs/htdocs/doc-0.7 +WEBDIR = ../../htdocs/htdocs/doc-0.8 SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ glossary.txt implementation.txt index.txt design.txt mysql.txt \ installation.txt upgrading.txt user_guide.txt admin_guide.txt \ - postgresql.txt tracker_templates.txt whatsnew-0.7.txt + postgresql.txt tracker_templates.txt whatsnew-0.8.txt COMPILED := $(SOURCE:.txt=.html) WEBHT := $(SOURCE:.txt=.ht)
