From a563678fc207b642ebd0b14a6d2ac599297a1810 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 27 May 2007 19:55:43 +0000 Subject: [PATCH] remove tests from TAGS, since they are not in a subdirectory git-svn-id: https://svn.dealii.org/trunk@14715 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 1608b5a047..012705129f 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -136,8 +136,7 @@ TAGS: $D/base/include/*/*.h $D/lac/include/*/*.h $D/deal.II/include/*/*.h \ $D/base/source/*.cc $D/lac/source/*.cc \ $D/deal.II/source/*/*.cc $D/deal.II/source/*/*.h \ - $D/examples/*/*.cc \ - $D/tests/*/*.h $D/tests/*/*.cc ; \ + $D/examples/*/*.cc ; \ perl -pi -e 's/ \* .*//g; s&[\t]*/\*.*&&g; s&[\t]*\*/.*&&g;' TAGS -- 2.39.5