summaryrefslogtreecommitdiff
path: root/xmlrules.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-01 18:32:43 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-02 19:33:51 -0700
commitb12e1b22c0ecb7009ce31aa34206a277aff12faf (patch)
treecc7eedca31a6360bcb46cfe7ab240a6adc8b1a24 /xmlrules.in
parentd19d82db8672cc131be3060e80597d03c7606b0d (diff)
Use XML tools for release notes instead of SGML tools
Document was already mostly xml-compatible Uses newer tools for formatting, better matching other new docs Moved from sgml/RELNOTES.sgml to general/release-notes.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xmlrules.in')
-rw-r--r--xmlrules.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmlrules.in b/xmlrules.in
index cfcdd02..edde341 100644
--- a/xmlrules.in
+++ b/xmlrules.in
@@ -32,8 +32,11 @@ if HAVE_XMLTO_TEXT
xml_DATA += $(doc_sources:.xml=.txt)
endif
+# Path to find X11/defs.ent
+XMLTO_FLAGS = --searchpath $(XORG_SGML_PATH)/X11
+
if HAVE_STYLESHEETS
-XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
+XMLTO_FLAGS += -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
xml_DATA += xorg.css
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css