Mercurial > p > roundup > code
diff doc/Makefile @ 1839:06f5b36b201b
Fix a couple of failures in mysql backend unit tests.
Fix the mysql backend docs
Note requirement of MySQL version 4.0+ with InnoDB or BDB mysql backend
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 08:52:12 +0000 |
| parents | 0bdcfc2a47ac |
| children | 3ffb7b56172a |
line wrap: on
line diff
--- a/doc/Makefile Tue Oct 07 08:34:58 2003 +0000 +++ b/doc/Makefile Tue Oct 07 08:52:12 2003 +0000 @@ -2,7 +2,7 @@ STXTOHTML = rst2html SOURCE = announcement.txt customizing.txt developers.txt FAQ.txt features.txt \ - glossary.txt implementation.txt index.txt design.txt \ + glossary.txt implementation.txt index.txt design.txt mysql.txt \ installation.txt upgrading.txt user_guide.txt maintenance.txt COMPILED := $(SOURCE:.txt=.html)
