mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Don't generate TODO list from build/ and debian/ dirs
This commit is contained in:
parent
b179331f49
commit
f6b2d1e44b
@ -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" | \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user