From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 21:13:22 +0000 (+0000) Subject: Copy collaboration.png into the correct place. X-Git-Tag: v8.0.0~12543 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a5023d2dff52a99b48ed576c483ecf23480d2a3;p=dealii.git Copy collaboration.png into the correct place. git-svn-id: https://svn.dealii.org/trunk@12132 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index e8a0e679ab..15a9227100 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -20,6 +20,10 @@ private: # generate documentation. write the output to a file so as not to hide the # important message to impatient observers that this process can take quite # a while +# +# also copy the collaboration.png file into this directory. although +# the documentation says that doxygen does that by itself, some +# versions seem to forget about it deal.tag: deal.dox \ $D/base/include/*/*.h \ $D/lac/include/*/*.h \ @@ -28,6 +32,7 @@ deal.tag: deal.dox \ @echo "=== Generating reference documentation. " \ "This can take several minutes..." @DOXYGEN@ deal.dox > doxygen.log + @cp collaboration.png deal.II deal.II: deal.tag @@ -48,6 +53,7 @@ validate-xrefs: clean: -for i in deal.II/* ; do rm $$i ; done -rm *.tag + -rm -f deal.II/collaboration.png .PHONY: html private deal.II \ validate-xrefs clean