From: kanschat Date: Sun, 27 May 2007 19:55:43 +0000 (+0000) Subject: remove tests from TAGS, since they are not in a subdirectory X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a563678fc207b642ebd0b14a6d2ac599297a1810;p=dealii-svn.git 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 --- 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