From ce8962a6434e9773420180879ee2a50269e674cd Mon Sep 17 00:00:00 2001 From: allmaras Date: Thu, 23 Apr 2009 16:06:20 +0000 Subject: [PATCH] Added vtk to cleanup-files in makefiles for steps 21, 25, 34 git-svn-id: https://svn.dealii.org/trunk@18704 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-21/Makefile | 2 +- deal.II/examples/step-25/Makefile | 2 +- deal.II/examples/step-34/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-21/Makefile b/deal.II/examples/step-21/Makefile index a68cb381ae..a4436031f6 100644 --- a/deal.II/examples/step-21/Makefile +++ b/deal.II/examples/step-21/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk diff --git a/deal.II/examples/step-25/Makefile b/deal.II/examples/step-25/Makefile index d0adf4e91a..695febcce8 100644 --- a/deal.II/examples/step-25/Makefile +++ b/deal.II/examples/step-25/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk diff --git a/deal.II/examples/step-34/Makefile b/deal.II/examples/step-34/Makefile index 1089cac0b3..e001f11754 100644 --- a/deal.II/examples/step-34/Makefile +++ b/deal.II/examples/step-34/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk -- 2.39.5