libXmu: Branch 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Tue Aug 3 10:25:59 PDT 2010


 doc/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 75a065b9b8145bac20d9080cb5237a25bb3ad190
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Tue Aug 3 13:23:32 2010 -0400

    specs: xsl stylesheet requires abs path to images
    
    Using abs_builddir requires automake 1.10 or later.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

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


More information about the xorg-commit mailing list