From 7d78e9880a399d5939194296ff7cc4dd5c69c523 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 14 Jul 2014 11:02:57 +0200 Subject: build-sys: exclude Documentation/ from looking for translatable strings Signed-off-by: Benno Schulenberg --- po/update-potfiles | 1 + 1 file changed, 1 insertion(+) (limited to 'po/update-potfiles') 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) -- cgit v1.2.3-55-g7522