Rework doxygen build and install to work with srcdir != builddir
authorJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 08:08:30 +0000 (00:08 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 23 Nov 2006 08:11:09 +0000 (00:11 -0800)
commitaf3a15838fc7dc5b4e52197854deb54da6baeaf1
treeab8620d614a601e6fdf1af27b5543ecd8c8f773f
parent608058ec80edb041ca012d530b42d97474f80320
Rework doxygen build and install to work with srcdir != builddir

The documentation generation with doxygen now works when built out of tree,
with srcdir != builddir.  xcb.doxygen now gets generated from xcb.doxygen.in,
so that it can use top_builddir and top_srcdir to find source and to output
documentation.  Also fill in PROJECT_NUMBER from @VERSION@, now that we have
it readily available via autoconf.
Makefile.am
configure.ac
doc/.gitignore
doc/Makefile.am
doc/xcb.doxygen.in [moved from xcb.doxygen with 99% similarity]