Skip to content

Commit c307e25

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent f7d1603 commit c307e25

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
STXTOHTML = rst2html.py
22
STXTOHT = rst2ht.py
3-
WEBDIR = ../../htdocs/htdocs/doc-0.8
3+
WEBDIR = ../../htdocs/htdocs/doc-1.0
44

55
SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \
66
glossary.txt implementation.txt index.txt design.txt mysql.txt \
77
installation.txt upgrading.txt user_guide.txt admin_guide.txt \
8-
postgresql.txt tracker_templates.txt whatsnew-0.8.txt
8+
postgresql.txt tracker_templates.txt
99

1010
COMPILED := $(SOURCE:.txt=.html)
1111
WEBHT := $(SOURCE:.txt=.ht)

doc/features.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
4747
support them (sqlite, metakit, mysql and postgresql)
4848
- indexed text searching giving fast responses to searches across all
4949
messages and indexed string properties
50+
- support for the Xapian full-text indexing engine for large trackers
5051

5152
*documented*
5253
- documentation exists for installation, upgrading, maintenance, users and

0 commit comments

Comments
 (0)