diff options
author | unknown <jcole@tetra.spaceapes.com> | 2001-08-22 14:28:35 -0500 |
---|---|---|
committer | unknown <jcole@tetra.spaceapes.com> | 2001-08-22 14:28:35 -0500 |
commit | 8396f4d8d7a5641e8e9198821eb8f88ff2c9ee17 (patch) | |
tree | 18a6ab54a142c21b685039bbad4c38d49af57644 /Docs/Makefile.am | |
parent | 2707d6f271ded62b6056ebbc985c0d80c26afb38 (diff) | |
download | mariadb-git-8396f4d8d7a5641e8e9198821eb8f88ff2c9ee17.tar.gz |
Added target for mysql.xml to Docs/Makefile.am.
Docs/Makefile.am:
Added target for mysql.xml.
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index c4da4e9d0d3..17def904875 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 |