<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Fri, 2010-06-25 at 17:23 -0700, Alan Coopersmith wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">+STYLESHEET_SRCDIR = $(XORG_SGML_PATH)/X11</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">+XSL_STYLESHEET = $(STYLESHEET_SRCDIR)/xorg.xsl</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
Now that util-macros 1.10 is released:
<BLOCKQUOTE>
<PRE>

doc/xml/xmlrules.in:43: STYLESHEET_SRCDIR was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
doc/xml/Makefile.am:26:&nbsp;&nbsp; `doc/xml/xmlrules.in' included from here
configure.ac:41: ... `STYLESHEET_SRCDIR' previously defined here
doc/xml/xmlrules.in:44: XSL_STYLESHEET was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
doc/xml/Makefile.am:26:&nbsp;&nbsp; `doc/xml/xmlrules.in' included from here
configure.ac:41: ... `XSL_STYLESHEET' previously defined here
hw/dmx/doc/../../../doc/xml/xmlrules.in:43: STYLESHEET_SRCDIR was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
hw/dmx/doc/Makefile.am:24:&nbsp;&nbsp; `hw/dmx/doc/../../../doc/xml/xmlrules.in' included from here
configure.ac:41: ... `STYLESHEET_SRCDIR' previously defined here
hw/dmx/doc/../../../doc/xml/xmlrules.in:44: XSL_STYLESHEET was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
hw/dmx/doc/Makefile.am:24:&nbsp;&nbsp; `hw/dmx/doc/../../../doc/xml/xmlrules.in' included from here
configure.ac:41: ... `XSL_STYLESHEET' previously defined here
hw/xfree86/doc/sgml/../../../../doc/xml/xmlrules.in:43: STYLESHEET_SRCDIR was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
hw/xfree86/doc/sgml/Makefile.am:24:&nbsp;&nbsp; `hw/xfree86/doc/sgml/../../../../doc/xml/xmlrules.in' included from here
configure.ac:41: ... `STYLESHEET_SRCDIR' previously defined here
hw/xfree86/doc/sgml/../../../../doc/xml/xmlrules.in:44: XSL_STYLESHEET was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
hw/xfree86/doc/sgml/Makefile.am:24:&nbsp;&nbsp; `hw/xfree86/doc/sgml/../../../../doc/xml/xmlrules.in' included from here
configure.ac:41: ... `XSL_STYLESHEET' previously defined here
</PRE>
</BLOCKQUOTE>
The attached modified patch would fix it.<BR>
Probably also to update .gitignore with *.css in the directory where xmlrules.in is&nbsp; included.<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>