]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a script that generates a TODO file. doxygen does this in a more elegant way...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Sep 2012 16:52:16 +0000 (16:52 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Sep 2012 16:52:16 +0000 (16:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@26789 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/common/scripts/make_todo.pl.in [deleted file]

index b321dbe13ff54f8bd9de45e013f308d1a23aa2c9..b42a02a4a62172ca6fc7ed5bba3e0624c4ed80f3 100644 (file)
@@ -60,11 +60,6 @@ online-doc doc:
        @echo
        @echo
 
-TODO:
-       @egrep -i '// *todo' include/deal.II/*/*.h source/*/*.cc \
-       | perl common/scripts/make_todo.pl > $@
-
-
 TAGS:
        @cd common ; etags --language=c++ \
        ../include/deal.II/*/*.h ../source/*/*.cc \
diff --git a/deal.II/common/scripts/make_todo.pl.in b/deal.II/common/scripts/make_todo.pl.in
deleted file mode 100644 (file)
index a5b3804..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!@PERL@
-
-while(<>)
-{
-    s#@prefix@/?#\n#;
-    s#(.*)(TODO:?)(\[[^\]]+\])?#\3 \1\2\3#i;
-    s#\s*//\s*TODO:?\s*(\[[^\]]+\])?:?\s*#\n\1     #i;
-    print;
-}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.