From: kanschat Date: Tue, 26 Oct 2010 19:44:29 +0000 (+0000) Subject: fix TAGS X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3c65741a83685046bd39ad2618f69e66fd198a2;p=dealii-svn.git fix TAGS git-svn-id: https://svn.dealii.org/trunk@22507 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 7b063fa2bd..c5b64f6ece 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -61,7 +61,7 @@ TODO: TAGS: @cd common ; etags --language=c++ \ - ../include/*/*.h ../source/*/*.cc \ + ../include/deal.II/*/*.h ../source/*/*.cc \ ../examples/*/*.cc ; \ perl -pi -e 's/ \* .*//g; s&[\t]*/\*.*&&g; s&[\t]*\*/.*&&g;' TAGS