<!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 Mon, 2010-01-11 at 11:07 -0800, Keith Packard wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Mon, 11 Jan 2010 11:40:53 -0500, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:

&gt; That will help distcheck but not dist and only if you have doxygen
&gt; installed (some platforms don't). I first propose to solve the root
&gt; cause of the problem, and if that's not feasible, then patch some of the
&gt; symptoms.

I'd be fine with requiring doxygen for building the tarballs from git.

</PRE>
</BLOCKQUOTE>
The docs always get generated for the dist/distcheck targets because the doc dir is in the DIST_SUBDIRS.<BR>
<BR>
The html filename gets generated with a dash while they are listed with an underscore in the makefile.<BR>
<BR>
<TT><FONT SIZE="4">doxygen 1.5.8: ChkNotMaskEv_8h</FONT></TT><TT><FONT SIZE="4"><B><FONT COLOR="#ff0000">-</FONT></B></FONT></TT><TT><FONT SIZE="4">source.html</FONT></TT><BR>
<TT><FONT SIZE="4">doxygen 1.6.1: ChkNotMaskEv_8h</FONT></TT><TT><FONT SIZE="4"><B><FONT COLOR="#ff0000">_</FONT></B></FONT></TT><TT><FONT SIZE="4">source.html</FONT></TT><BR>
<BR>
<BR>
</BODY>
</HTML>