On 06/ 7/11 05:33 AM, Gaetan Nadon wrote: > The XSLT processor also needs to know about the entities defined > in xserver.ent. It removes error messages. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > docbook.am | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/docbook.am b/docbook.am > index 7ab7a00..0a297dd 100644 > --- a/docbook.am > +++ b/docbook.am > @@ -78,6 +78,7 @@ sgmldbs_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
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
