From 6a5023d2dff52a99b48ed576c483ecf23480d2a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 21:13:22 +0000 Subject: [PATCH] Copy collaboration.png into the correct place. git-svn-id: https://svn.dealii.org/trunk@12132 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5