summaryrefslogtreecommitdiffstats
path: root/po/update-potfiles
diff options
context:
space:
mode:
Diffstat (limited to 'po/update-potfiles')
-rwxr-xr-xpo/update-potfiles2
1 files changed, 1 insertions, 1 deletions
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) }' \