From: Guido Kanschat Date: Fri, 5 Dec 2003 15:26:30 +0000 (+0000) Subject: Replace kdoc by doxygen X-Git-Tag: v8.0.0~15979 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b373323eba4e5cfe514b20e118b25e2bb961d3;p=dealii.git Replace kdoc by doxygen git-svn-id: https://svn.dealii.org/trunk@8241 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/Makefile.in b/deal.II/doc/Makefile.in index a64f1d17f3..da3e8372b1 100644 --- a/deal.II/doc/Makefile.in +++ b/deal.II/doc/Makefile.in @@ -10,12 +10,15 @@ include $D/common/Make.global_options # generic targets -default: autogen-doc tutorial development glossary class_index.html validate-xrefs +default: doxygen tutorial development glossary class_index.html validate-xrefs all: default autogen-doc-all # specific targets +doxygen: + cd doxygen ; rm -f *.tag ; $(MAKE) + autogen-doc: cd auto ; $(MAKE)