From 4edf339de88ab81be3e8fc11f74634f5e70c6620 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 21:23:36 +0000 Subject: [PATCH] Undo last change. The fact that the picture wasn't copied is in fact due to the fact that I didn't re-create options.dox from options.dox.in (needed IMAGE_PATH to be set). git-svn-id: https://svn.dealii.org/trunk@12133 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index 15a9227100..e8a0e679ab 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -20,10 +20,6 @@ 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 \ @@ -32,7 +28,6 @@ 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 @@ -53,7 +48,6 @@ 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