From: wolf Date: Thu, 17 Oct 2002 14:46:49 +0000 (+0000) Subject: Make format for TODO generation slightly more general to catch all the X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1660a38ed291cd246e75d531651fb26f61da32f1;p=dealii-svn.git Make format for TODO generation slightly more general to catch all the cases we presently have in the lib). git-svn-id: https://svn.dealii.org/trunk@6671 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 448bfdeb96..38e68cb985 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -113,7 +113,7 @@ TODO: $D/deal.II/include/*/*.h $D/deal.II/source/*/*.cc \ | perl -pi -e 's#$D/?#\n#;' \ | perl -pi -e 's#(.*)(TODO:?)(\[.+\])#\3 \1\2\3#i;' \ - | perl -pi -e 's#\s*//\s*TODO:\s*(\[.+\])\s*#\n\1 #i;' \ + | perl -pi -e 's#\s*//\s*TODO:?\s*(\[.+\]):?\s*#\n\1 #i;' \ > $@