From: Wolfgang Bangerth Date: Wed, 7 Mar 2001 18:09:10 +0000 (+0000) Subject: Make TODO target smarter. X-Git-Tag: v8.0.0~19611 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d765979fc7c49c00fc986a844f06e13c16a69c;p=dealii.git Make TODO target smarter. git-svn-id: https://svn.dealii.org/trunk@4160 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 2a116b96b2..59ccf51498 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -130,7 +130,7 @@ tex-doc: TODO: @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > $@ - @grep //TODO $D/base/include/*/*.h $D/base/source/*.cc \ + @egrep -i '// *todo' $D/base/include/*/*.h $D/base/source/*.cc \ $D/lac/include/*/*.h $D/lac/source/*.cc \ $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc \ >> $@