From 4fe83456f6133a95b2d272a51b7712e69e7bce07 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 30 Jan 2009 15:05:16 +0000 Subject: [PATCH] - do not run doxygen as default target. --- doc/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 51db9a0..58e3680 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,14 +9,12 @@ DOXYGROUPS = \ EXTRA_DIST = \ Doxyfile doxyfooter -all: doxydoc twiki +all: + +doc: doxydoc doxydoc: doxygen -twiki: doxydoc - mkdir -p TWiki - for g in ${DOXYGROUPS}; do for f in ReferencePages/group__$${g}_*.html; do ./html2twiki $$f TWiki; done; done - clean: ${RM} -rf ReferencePages TWiki