From e5b45e2297020e94004f12b64a9ad3e827a9b3b3 Mon Sep 17 00:00:00 2001
From: "jcole@tetra.spaceapes.com" <>
Date: Wed, 22 Aug 2001 14:28:35 -0500
Subject: [PATCH] Added target for mysql.xml to Docs/Makefile.am.

---
 Docs/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index c4da4e9d0d..17def90487 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -7,7 +7,7 @@
 # and BSD makes
 
 # If you know how to fix any of this more elegantly please mail
-# david@mysql.com
+# docs@mysql.com
 
 TEXI2HTML_FLAGS =	-iso -number
 DVIPS =			dvips
@@ -93,6 +93,10 @@ nusphere.pdf: manual.texi
 	rm -f manual-tmp.*
 	touch $@
 
+# Target to produce DocBook XML
+mysql.xml: manual.texi include.texi
+	$(MAKEINFO) --force --no-ifinfo --docbook manual.texi
+
 # The texi2dvi gives a lot of harmless errors. Just ignore them unless
 # you want to help with the typesetting part.
 # This is the European papersize version
-- 
2.30.9