build-sys: exclude Documentation/ from looking for translatable strings

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2014-07-14 11:02:57 +02:00 committed by Karel Zak
parent 36a3cd56ab
commit 7d78e9880a
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ source_files=$(
-e '/\(\.h\|\.c\)$/!d' \
-e '/^tests\//d' \
-e '/\/samples\//d' \
-e '/^Documentation\//d' \
)
# throw away non-existing files (dirty git repo)