]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: exclude Documentation/ from looking for translatable strings
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 14 Jul 2014 09:02:57 +0000 (11:02 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Jul 2014 14:21:34 +0000 (16:21 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
po/update-potfiles

index 925f386c4a74e4db1e85a728e234b44d9f9a4188..884e4d9fc75dffa42a67dd355de0cee7d7f85a84 100755 (executable)
@@ -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)