- do not run doxygen as default target.

This commit is contained in:
2009-01-30 15:05:16 +00:00
parent 3d0f8bab99
commit 4fe83456f6
+3 -5
View File
@@ -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