From: Ralf Hartmann Date: Thu, 15 Jan 2004 13:50:19 +0000 (+0000) Subject: Many member functions in include files weren't taged. This is now fixed. X-Git-Tag: v8.0.0~15911 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a56df9d8349ff40c433078f0fb47dc7d2feb037;p=dealii.git Many member functions in include files weren't taged. This is now fixed. git-svn-id: https://svn.dealii.org/trunk@8320 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index e384a02d2e..fc48866910 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -121,12 +121,13 @@ TODO: TAGS: - @cd $D/common ; etags $D/base/source/*.cc $D/base/include/*/*.h \ - $D/lac/source/*.cc $D/lac/include/*/*.h \ - $D/deal.II/source/*/*.cc $D/deal.II/include/*/*.h \ - $D/tests/*/*.cc $D/tests/*/*.h \ - $D/examples/*/*.cc - + @cd $D/common ; etags $D/base/source/*.cc \ + $D/lac/source/*.cc $D/deal.II/source/*/*.cc \ + $D/tests/*/*.cc $D/examples/*/*.cc \ + --language=none --regex='/.*/' \ + $D/base/include/*/*.h $D/lac/include/*/*.h \ + $D/deal.II/include/*/*.h $D/tests/*/*.h; \ + perl -pi -e 's/ \* .*//g; s&[\t]*/\*.*&&g; s&[\t]*\*/.*&&g;' TAGS clean: common/scripts/make_dependencies \