summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlrules.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmlrules.in b/xmlrules.in
index 1523a74..41abb1b 100644
--- a/xmlrules.in
+++ b/xmlrules.in
@@ -32,12 +32,10 @@ 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 += \
+XMLTO_FLAGS = \
-m $(XSL_STYLESHEET) \
+ --searchpath $(XORG_SGML_PATH)/X11 \
--stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css \
--stringparam img.src.path=$(abs_builddir)/
endif