aboutsummaryrefslogtreecommitdiffstats
path: root/doc/buildDocBookCatalog
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-17 21:26:33 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-17 21:26:33 +0000
commitbb7ddb342917c61f9c95e97b9a0f16ada6d3cdc9 (patch)
tree31f2b99da7f4cf6f03150e1d81f0f2d0a20dace6 /doc/buildDocBookCatalog
parent9f28f30a1752c5e2279e1e3b11751a6e93f2814e (diff)
downloadandroid_external_libxml2-bb7ddb342917c61f9c95e97b9a0f16ada6d3cdc9.tar.gz
android_external_libxml2-bb7ddb342917c61f9c95e97b9a0f16ada6d3cdc9.tar.bz2
android_external_libxml2-bb7ddb342917c61f9c95e97b9a0f16ada6d3cdc9.zip
python script to run regression tests against the XML Test suite of
* check-xml-test-suite.py: python script to run regression tests against the XML Test suite of W3C/OASis * SAX.c: fixed a validation bug * parser.c: fixed 3 errors pointed by the test suite * doc/buildDocBookCatalog: fixed a typo pointed by drake * python/Makefile.am: fixed a dependendy Daniel
Diffstat (limited to 'doc/buildDocBookCatalog')
-rwxr-xr-xdoc/buildDocBookCatalog2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildDocBookCatalog b/doc/buildDocBookCatalog
index 64cf9317..513796a6 100755
--- a/doc/buildDocBookCatalog
+++ b/doc/buildDocBookCatalog
@@ -51,7 +51,7 @@ if [ "$found" = "" ] ; then
found=`find /usr/share/sgml -name docbookx.dtd`
fi
if [ "$found" = "" ] ; then
- echo could not locate docbookx.dtd drom DocBook XML
+ echo could not locate docbookx.dtd for DocBook XML
exit 1
fi