<!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 Sun, 2011-02-20 at 08:51 -0800, Dan Nicholson wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">I don't see how this could be automake doing anything. doxygen has</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">been passed the correct path to doxygen.conf, but it's having trouble</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">finding doxygen.head, which isn't specified on the command line.</FONT></TT><BR>
</BLOCKQUOTE>
Correct. Something too long to explain confused me.<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <TT><FONT COLOR="#1a1a1a">Why don't we just generate doxygen.conf at build time with correct</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">srcdir paths. Something like this (untested, formatting broken by</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">gmail, using rename detection):</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
That's the right solution, I tried that in a smaller package and it's clean. Also:<BR>
<BR>
PROJECT_NUMBER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &quot;@PACKAGE_VERSION@&quot;<BR>
OUTPUT_DIRECTORY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = @abs_builddir@<BR>
<BR>
It could use some cruft removal, it has not been changed for 7 years.<BR>
The css and header files can be deleted. Ancient look. The default css is way better.<BR>
The conf file need upgraded and the footer can be regenerated by doxygen.<BR>
All the LN_S can be removed.<BR>
<BR>
Who ever looks after xserver documentation...
</BODY>
</HTML>