diff options
author | unknown <zak@linux.local> | 2002-02-15 16:14:38 -0700 |
---|---|---|
committer | unknown <zak@linux.local> | 2002-02-15 16:14:38 -0700 |
commit | 1ab1e75806e72125fbda0bcede39e609e2306d25 (patch) | |
tree | 3e9cbadcc5da0bed3fd4825ab5d59a341c53d3bc /.bzrignore | |
parent | 00f6850dfe6f1e4af17a4dae48e798b7593309c9 (diff) | |
download | mariadb-git-1ab1e75806e72125fbda0bcede39e609e2306d25.tar.gz |
Patched conversion system to generate well-formed XML
Docs/Support/docbook-fixup.pl:
Series of minor changes to convert the output of makeinfo to well-formed XML
- Discarded DTD - ORA can add their own appropriate DTD
- Added required XML PI - included appropriate character encoding information
- Added missing abstract and bookinfo tags
- Escaped ampersands in HTML escape sequences to allow validation - need to review
Docs/Support/make-docbook:
Forced validation of XML document at end of conversion process
Removed temporary files - set makeinfo output to stdout
BitKeeper/etc/ignore:
Added Docs/safe-mysql.xml to the ignore list
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 6781375218d..319612b83c8 100644 --- a/.bzrignore +++ b/.bzrignore @@ -460,3 +460,4 @@ vio/test-sslserver vio/viotest-ssl Docs/mysql.xml mysql-test/r/rpl000001.eval +Docs/safe-mysql.xml |