X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=DOCS%2Ftodo-builder.sh;h=cabf20a408d5cbb5cecda7934f759dd642e0b1d8;hp=821aa6801edbab69a2d128fad60cc0731d4f2ea4;hb=4fe584c2e58ca2babe4141c1f4e8a595ec7a3ee9;hpb=a5d4f2529bcfab3bee7816f824e73affcd3c473b diff --git a/DOCS/todo-builder.sh b/DOCS/todo-builder.sh index 821aa6801e..cabf20a408 100644 --- a/DOCS/todo-builder.sh +++ b/DOCS/todo-builder.sh @@ -12,7 +12,7 @@ echo "$0: Generating TODOs.txt..." echo "### WARNING: THIS FILE IS AUTO-GENERATED BY $0 ###" > DOCS/TODOs.txt echo "### DO NOT EDIT THIS FILE. ###" >> DOCS/TODOs.txt find -type f -name "*.php" -exec grep -Hin "@TODO" {} \; | sort >> DOCS/TODOs.txt -echo "### ### DEPRECATION FOLLOWS: ### ###" >> docs/TODOs.txt -find -type f -name "*.php" -exec grep -Hin "@DEPRECATED" {} \; | sort >> docs/TODOs.txt +echo "### ### DEPRECATION FOLLOWS: ### ###" >> DOCS/TODOs.txt +find -type f -name "*.php" -exec grep -Hin "@DEPRECATED" {} \; | sort >> DOCS/TODOs.txt echo "$0: Done." exit 0