From: wolf Date: Thu, 29 Mar 2001 16:08:59 +0000 (+0000) Subject: Nicer TODO file format. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc43d08155a25beca5c2273d33bbb66092b2ef2;p=dealii-svn.git Nicer TODO file format. git-svn-id: https://svn.dealii.org/trunk@4337 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 28dc64b8c5..4a7c7c4012 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -134,11 +134,13 @@ tex-doc: @echo TODO: - @cat $D/base/Todo $D/lac/Todo $D/deal.II/Todo > $@ @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 \ - >> $@ + | perl -pi -e 's#$D/?#\n#g;' \ + | perl -pi -e 's#(.*)(TODO:?)(\[.+\])#\3 \1\2\3#gi;' \ + | perl -pi -e 's#\s*//\s*TODO:\s*(\[.+\])\s*#\n\1 #gi;' \ + > $@ TAGS: $(filter-out %/forward_declarations.h, \