From: guido Date: Wed, 7 Jan 2004 10:13:00 +0000 (+0000) Subject: make doxygen a phony target X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5610f2618b5d2acf4facd547b8431de4a1a56a88;p=dealii-svn.git make doxygen a phony target git-svn-id: https://svn.dealii.org/trunk@8283 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/Makefile.in b/deal.II/doc/Makefile.in index f0a90c4c77..de960c88b6 100644 --- a/deal.II/doc/Makefile.in +++ b/deal.II/doc/Makefile.in @@ -168,4 +168,4 @@ clean: -rm class_index.html -.PHONY: default all autogen-doc autogen-doc-all tutorial clean development validate-xrefs glossary +.PHONY: default doxygen all autogen-doc autogen-doc-all tutorial clean development validate-xrefs glossary