summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-03 13:23:32 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-03 13:23:32 -0400
commit75a065b9b8145bac20d9080cb5237a25bb3ad190 (patch)
tree7a60c390c8f329082b8054a003fc0b9dbb38139e
parentb56c3e61038c7cdb49bdb40455c2b3a12ae35d3c (diff)
downloadxorg-lib-libXmu-75a065b9b8145bac20d9080cb5237a25bb3ad190.tar.gz
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--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c208073..3c1df53 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,7 +38,7 @@ endif
CLEANFILES = Xmu.txt Xmu.html Xmu.pdf Xmu.ps xorg.css
if HAVE_STYLESHEETS
-XMLTO_FLAGS = -m $(XSL_STYLESHEET)
+XMLTO_FLAGS = -m $(XSL_STYLESHEET) --stringparam img.src.path=$(abs_builddir)/
doc_DATA += xorg.css
xorg.css: $(STYLESHEET_SRCDIR)/xorg.css