From: guido Date: Fri, 5 Dec 2003 15:26:30 +0000 (+0000) Subject: Replace kdoc by doxygen X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae9bf8ec23219cf4f489622b7a5985c7747ac2e;p=dealii-svn.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)