summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-31 16:15:35 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-02 15:39:31 -0400
commit9fa146b30046396b70d64986e50d6617b3a8ac48 (patch)
treea106f60db6c73e124e98599720ceadd3e0aa779c
parenta8727d4bc39015e303b4128d0ad8aaf6d5fc9f0a (diff)
specs: xsl stylesheet requires abs path to images
Using abs_builddir requires automake 1.10 or later. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--specs/xmlrules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/xmlrules.in b/specs/xmlrules.in
index 7d740383..313d9bc4 100644
--- a/specs/xmlrules.in
+++ b/specs/xmlrules.in
@@ -33,7 +33,7 @@ spec_DATA += $(doc_sources:.xml=.txt)
endif
if HAVE_STYLESHEETS
-XMLTO_FLAGS = -m $(XSL_STYLESHEET)
+XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
spec_DATA += xorg.css
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css