<!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 Wed, 2010-07-07 at 11:20 -0700, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Gaetan Nadon wrote:
&gt; On Fri, 2010-06-25 at 17:23 -0700, Alan Coopersmith wrote:
&gt;&gt; +STYLESHEET_SRCDIR = $(XORG_SGML_PATH)/X11
&gt;&gt; +XSL_STYLESHEET = $(STYLESHEET_SRCDIR)/xorg.xsl
&gt;&gt;
&gt; Now that util-macros 1.10 is released:
&gt; 
&gt; 
&gt;     doc/xml/xmlrules.in:43: STYLESHEET_SRCDIR was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
&gt;     doc/xml/Makefile.am:26:   `doc/xml/xmlrules.in' included from here
&gt;     configure.ac:41: ... `STYLESHEET_SRCDIR' previously defined here
[...]
&gt; 
&gt; The attached modified patch would fix it.

Thanks - I'd made the patch before you'd pushed util-macros 1.10 and
hadn't gone back to update since.   I've updated and resent the patch
with your suggested changes applied - I'm still looking for
Reviewed-by: tags for the series of 3 doc patches.

</PRE>
</BLOCKQUOTE>
<BR>
1) In both xml and sgml, running make always copies xorg.css (over and over again)<BR>
<BR>
2) unrelated to this patch, xmlrules.in uses abs_top_builddir which is not defined in automake 1.9, our lowest common denominator. $(top_builddir) should do.<BR>
<BR>
It passed distcheck.<BR>
Tested-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;<BR>
<BR>
<BR>
I'll look for the other patches<BR>
<BR>
<BR>
</BODY>
</HTML>