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 --- lib/libalpm/Makefile.am | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/libalpm/Makefile.am') diff --git a/lib/libalpm/Makefile.am b/lib/libalpm/Makefile.am index be49c297..20e7203d 100644 --- a/lib/libalpm/Makefile.am +++ b/lib/libalpm/Makefile.am @@ -9,8 +9,6 @@ DEFS = -DLOCALEDIR=\"@localedir@\" @DEFS@ AM_CFLAGS = -fvisibility=hidden -pedantic -D_GNU_SOURCE -fgnu89-inline -EXTRA_DIST = Doxyfile - libalpm_la_SOURCES = \ add.h add.c \ alpm.h alpm.c \ @@ -40,12 +38,4 @@ libalpm_la_SOURCES = \ libalpm_la_LDFLAGS = -no-undefined -version-info $(LIB_VERSION_INFO) libalpm_la_LIBADD = -larchive -ldownload -if HAS_DOXYGEN -all: doxygen.in - -doxygen.in: - doxygen $(srcdir)/Doxyfile - -endif - # vim:set ts=2 sw=2 noet: -- cgit v1.2.3-24-g4f1b