From: Karel Zak Date: Tue, 19 Jun 2012 10:50:10 +0000 (+0200) Subject: po: add *.h stuff to POTFILES X-Git-Tag: v2.22-rc1~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d55bb4825bc4a0aedb69475c86329b07850bf97e;p=thirdparty%2Futil-linux.git po: add *.h stuff to POTFILES Signed-off-by: Karel Zak --- diff --git a/po/update-potfiles b/po/update-potfiles index 2a3ff58bd2..fe957f87e0 100755 --- a/po/update-potfiles +++ b/po/update-potfiles @@ -12,7 +12,7 @@ [ ! -f "po/Makevars" ] && \ echo "You must run this script in the top-level directory" -find -name "*.c" | \ +find -name "*.c" -or -name "*.h" | \ sort | \ sed ':/samples/:d' | \ gawk '! /^\.\/tests\// { print gensub(/^\.\//, "", 1) }' \