Commit 8396f4d8 authored by unknown's avatar unknown

Added target for mysql.xml to Docs/Makefile.am.


Docs/Makefile.am:
  Added target for mysql.xml.
parent 2707d6f2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# and BSD makes # and BSD makes
# If you know how to fix any of this more elegantly please mail # If you know how to fix any of this more elegantly please mail
# david@mysql.com # docs@mysql.com
TEXI2HTML_FLAGS = -iso -number TEXI2HTML_FLAGS = -iso -number
DVIPS = dvips DVIPS = dvips
...@@ -93,6 +93,10 @@ nusphere.pdf: manual.texi ...@@ -93,6 +93,10 @@ nusphere.pdf: manual.texi
rm -f manual-tmp.* rm -f manual-tmp.*
touch $@ 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 # The texi2dvi gives a lot of harmless errors. Just ignore them unless
# you want to help with the typesetting part. # you want to help with the typesetting part.
# This is the European papersize version # This is the European papersize version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment