<!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:
> On Fri, 2010-06-25 at 17:23 -0700, Alan Coopersmith wrote:
>> +STYLESHEET_SRCDIR = $(XORG_SGML_PATH)/X11
>> +XSL_STYLESHEET = $(STYLESHEET_SRCDIR)/xorg.xsl
>>
> Now that util-macros 1.10 is released:
>
>
> doc/xml/xmlrules.in:43: STYLESHEET_SRCDIR was already defined in condition TRUE, which includes condition HAVE_DOCBOOK_STYLESHEETS ...
> doc/xml/Makefile.am:26: `doc/xml/xmlrules.in' included from here
> configure.ac:41: ... `STYLESHEET_SRCDIR' previously defined here
[...]
>
> 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 <<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>><BR>
<BR>
<BR>
I'll look for the other patches<BR>
<BR>
<BR>
</BODY>
</HTML>