From d55bb4825bc4a0aedb69475c86329b07850bf97e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 19 Jun 2012 12:50:10 +0200 Subject: po: add *.h stuff to POTFILES Signed-off-by: Karel Zak --- po/update-potfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/update-potfiles') diff --git a/po/update-potfiles b/po/update-potfiles index 2a3ff58bd..fe957f87e 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) }' \ -- cgit v1.2.3-55-g7522