On Mon, 2010-01-11 at 11:07 -0800, Keith Packard wrote: > On Mon, 11 Jan 2010 11:40:53 -0500, Gaetan Nadon <[email protected]> wrote: > > > That will help distcheck but not dist and only if you have doxygen > > installed (some platforms don't). I first propose to solve the root > > cause of the problem, and if that's not feasible, then patch some of the > > symptoms. > > I'd be fine with requiring doxygen for building the tarballs from git. >
The docs always get generated for the dist/distcheck targets because the doc dir is in the DIST_SUBDIRS. The html filename gets generated with a dash while they are listed with an underscore in the makefile. doxygen 1.5.8: ChkNotMaskEv_8h-source.html doxygen 1.6.1: ChkNotMaskEv_8h_source.html
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
