summaryrefslogtreecommitdiffstats
path: root/po/update-potfiles
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-14 11:02:57 +0200
committerKarel Zak2014-07-14 16:21:34 +0200
commit7d78e9880a399d5939194296ff7cc4dd5c69c523 (patch)
tree639da006e2b0f1b7d7e240c9c75534147100ed94 /po/update-potfiles
parenttextual: fix the usage message of kill (diff)
downloadkernel-qcow2-util-linux-7d78e9880a399d5939194296ff7cc4dd5c69c523.tar.gz
kernel-qcow2-util-linux-7d78e9880a399d5939194296ff7cc4dd5c69c523.tar.xz
kernel-qcow2-util-linux-7d78e9880a399d5939194296ff7cc4dd5c69c523.zip
build-sys: exclude Documentation/ from looking for translatable strings
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'po/update-potfiles')
-rwxr-xr-xpo/update-potfiles1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/update-potfiles b/po/update-potfiles
index 925f386c4..884e4d9fc 100755
--- a/po/update-potfiles
+++ b/po/update-potfiles
@@ -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)