summaryrefslogtreecommitdiff
path: root/specs/xmlrules.in
diff options
context:
space:
mode:
Diffstat (limited to 'specs/xmlrules.in')
-rw-r--r--specs/xmlrules.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/specs/xmlrules.in b/specs/xmlrules.in
index 2af41308..76878600 100644
--- a/specs/xmlrules.in
+++ b/specs/xmlrules.in
@@ -37,11 +37,10 @@ spec_DATA += $(doc_sources:.xml=.txt)
endif
if HAVE_STYLESHEETS
-XMLTO_FLAGS += -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
-
-spec_DATA += xorg.css
-xorg.css: $(STYLESHEET_SRCDIR)/xorg.css
- $(AM_V_GEN)cp -pf $(STYLESHEET_SRCDIR)/xorg.css $@
+XMLTO_FLAGS += \
+ -m $(XSL_STYLESHEET) \
+ --stringparam img.src.path=$(abs_builddir)/ \
+ --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css
endif
CLEANFILES += $(spec_DATA)