From 48cc9f3beb7053f51fcdabe25439faae648b6370 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Fri, 17 Feb 2006 20:48:45 +0000 Subject: doxygen support for autotools (patch from Christian Hamar --- lib/libalpm/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index 42b9b80c..f4c73337 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -31,3 +31,12 @@ include_HEADERS = alpm.h libalpm_la_SOURCES = $(TARGETS) libalpm_la_LDFLAGS = -no-undefined -version-info $(PM_VERSION_INFO) + +if HAS_DOXYGEN +all: doxygen.in + +doxygen.in: + doxygen Doxyfile + +endif + -- cgit v1.2.3-54-g00ecf