From af3a15838fc7dc5b4e52197854deb54da6baeaf1 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 23 Nov 2006 00:08:30 -0800 Subject: 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 65edce1..e399ae0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,5 +48,4 @@ xcb-xfixes.pc.in \ xcb-xprint.pc.in \ xcb-xtest.pc.in \ xcb-xv.pc.in \ -xcb-xvmc.pc.in \ -xcb.doxygen +xcb-xvmc.pc.in -- cgit v1.2.3