diff options
Diffstat (limited to 'libXmu/docbook.am')
-rw-r--r-- | libXmu/docbook.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libXmu/docbook.am b/libXmu/docbook.am index 2ffb7e60a..4809ce3be 100644 --- a/libXmu/docbook.am +++ b/libXmu/docbook.am @@ -41,8 +41,10 @@ XMLTO_XHTML_FLAGS = \ -x $(STYLESHEET_SRCDIR)/xorg-xhtml.xsl \ --stringparam html.stylesheet=$(STYLESHEET_SRCDIR)/xorg.css +# Caution: img.src.path *must* not be used for html. Pdf copies the image. XMLTO_FO_FLAGS = \ - -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl + -x $(STYLESHEET_SRCDIR)/xorg-fo.xsl \ + --stringparam img.src.path=$(abs_builddir)/ endif HAVE_STYLESHEETS shelf_DATA += $(docbook:.xml=.html) |