From: Guido 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-Tag: v8.0.0~10308 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3defbe44e6fed6030e7540d5991e53c058c724e;p=dealii.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