diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-06-08 15:18:12 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-06-22 10:49:46 -0700 |
commit | 945b2ff8141c58344fc9558ee3853fad3e86134b (patch) | |
tree | 972f9f6ecc1593054d266e200e323429f1da8cee /docbook.am | |
parent | 6326b0f0746ded410672ad0270d1c8a0e9cb59f9 (diff) |
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 <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'docbook.am')
-rw-r--r-- | docbook.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |