From d70116bfbc535cac9eb941a570c34479e68a1b8d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 1 Jul 2007 18:40:43 -0400 Subject: Move Doxygen manpage generation to doc/ directory Instead of doing the doxygen work in the libalpm/ dir, do it with the rest of the docs in the doc/ dir. Signed-off-by: Dan McGee --- doc/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 7a614795..14caa0da 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -10,7 +10,14 @@ if HAS_DOXYGEN man_MANS += $(wildcard man3/*.3) endif -EXTRA_DIST = $(man_MANS) +EXTRA_DIST = $(man_MANS) Doxyfile + +if HAS_DOXYGEN +all: doxygen.in + +doxygen.in: + doxygen $(srcdir)/Doxyfile +endif clean-local: $(RM) man3/*.3 -- cgit v1.2.3-24-g4f1b