From 945b2ff8141c58344fc9558ee3853fad3e86134b Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 8 Jun 2011 15:18:12 -0400 Subject: [PATCH] docbook.am: --path is also required for xsltproc The XSLT processor also needs to know about the entities defined in xserver.ent. It removes error messages. Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon Signed-off-by: Keith Packard --- docbook.am | 1 + 1 file changed, 1 insertion(+) diff --git a/docbook.am b/docbook.am index f1861c0e1..eb3bf0c9a 100644 --- a/docbook.am +++ b/docbook.am @@ -79,6 +79,7 @@ shelf_DATA += $(docbook:.xml=.html.db) $(docbook:.xml=.fo.db) # Flags for the XSL Transformation processor generating xref target databases XSLTPROC_FLAGS = \ --path "$(XORG_SGML_PATH)/X11" \ + --path "$(abs_top_builddir)" \ --stringparam targets.filename "$@" \ --stringparam collect.xref.targets "only" \ --nonet --xinclude