diff options
author | unknown <jcole@tetra.spaceapes.com> | 2001-10-14 19:29:23 -0500 |
---|---|---|
committer | unknown <jcole@tetra.spaceapes.com> | 2001-10-14 19:29:23 -0500 |
commit | fc03b5b20e65749347797708ba024f78e4da30b0 (patch) | |
tree | e138b9d8876461b3efa1f3b5647b35d5b6402316 /Docs/Makefile.am | |
parent | 14b07a30f742cd10d313bc2a21d410d9fc39e108 (diff) | |
download | mariadb-git-fc03b5b20e65749347797708ba024f78e4da30b0.tar.gz |
Added docbook-fixup.pl to fix up XML DocBook format.
Docs/Makefile.am:
Added docbook-fixup.pl.
Docs/manual.texi:
Fixed small bug. Removed old commented out part.
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 17def904875..12338e0ed0c 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -96,6 +96,9 @@ nusphere.pdf: manual.texi # Target to produce DocBook XML mysql.xml: manual.texi include.texi $(MAKEINFO) --force --no-ifinfo --docbook manual.texi + mv mysql.xml mysql-tmp.xml + Support/docbook-fixup.pl <mysql-tmp.xml >mysql.xml + rm -f mysql-tmp.xml # The texi2dvi gives a lot of harmless errors. Just ignore them unless # you want to help with the typesetting part. |