summaryrefslogtreecommitdiff
path: root/Docs/Makefile.am
diff options
context:
space:
mode:
authorjcole@tetra.spaceapes.com <>2001-10-14 19:29:23 -0500
committerjcole@tetra.spaceapes.com <>2001-10-14 19:29:23 -0500
commita351429e26cf52607ec45ba302a10262970d00ad (patch)
treee138b9d8876461b3efa1f3b5647b35d5b6402316 /Docs/Makefile.am
parent64ba731bd0012aeb751a4d5a7daa4359e0a0de19 (diff)
downloadmariadb-git-a351429e26cf52607ec45ba302a10262970d00ad.tar.gz
Added docbook-fixup.pl to fix up XML DocBook format.
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r--Docs/Makefile.am3
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.