From: Benno Schulenberg Date: Mon, 14 Jul 2014 09:02:57 +0000 (+0200) Subject: build-sys: exclude Documentation/ from looking for translatable strings X-Git-Tag: v2.25~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d78e9880a399d5939194296ff7cc4dd5c69c523;p=thirdparty%2Futil-linux.git build-sys: exclude Documentation/ from looking for translatable strings Signed-off-by: Benno Schulenberg --- diff --git a/po/update-potfiles b/po/update-potfiles index 925f386c4a..884e4d9fc7 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)