Mercurial > p > roundup > code
changeset 3526:9b99fff18683
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 30 Jan 2006 03:23:07 +0000 |
| parents | 7be25d75c3d5 |
| children | 8ee9b38789af |
| files | doc/Makefile doc/features.txt |
| diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/Makefile Mon Jan 30 00:36:26 2006 +0000 +++ b/doc/Makefile Mon Jan 30 03:23:07 2006 +0000 @@ -1,11 +1,11 @@ STXTOHTML = rst2html.py STXTOHT = rst2ht.py -WEBDIR = ../../htdocs/htdocs/doc-0.8 +WEBDIR = ../../htdocs/htdocs/doc-1.0 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.8.txt + postgresql.txt tracker_templates.txt COMPILED := $(SOURCE:.txt=.html) WEBHT := $(SOURCE:.txt=.ht)
--- a/doc/features.txt Mon Jan 30 00:36:26 2006 +0000 +++ b/doc/features.txt Mon Jan 30 03:23:07 2006 +0000 @@ -47,6 +47,7 @@ support them (sqlite, metakit, mysql and postgresql) - indexed text searching giving fast responses to searches across all messages and indexed string properties + - support for the Xapian full-text indexing engine for large trackers *documented* - documentation exists for installation, upgrading, maintenance, users and
