Don't generate TODO list from build/ and debian/ dirs

This commit is contained in:
Sunil Mohan Adapa 2015-01-13 13:00:40 +05:30
parent b179331f49
commit f6b2d1e44b

View File

@ -48,8 +48,8 @@ $(SOURCES):
../TODO : $(TODO_SOURCES) Makefile
grep -ro --exclude=.git* --exclude=plinth.1 --exclude=*.tex --exclude=*.html \
--exclude=README.mdwn --exclude=INSTALL.mdwn \
--exclude=TODO.mdwn --exclude=COPYING.mdwn \
--exclude=README.mdwn --exclude=INSTALL.mdwn --exclude-dir=build \
--exclude=TODO.mdwn --exclude=COPYING.mdwn --exclude-dir=debian \
"TODO\:.*" ../* 2>/dev/null | \
sed -e "s/TODO\://g" | \
sed -e "s/^..\//* /g" | \