summaryrefslogtreecommitdiffstats
path: root/po/update-potfiles
diff options
context:
space:
mode:
authorKarel Zak2012-06-19 12:50:10 +0200
committerKarel Zak2012-06-19 12:50:10 +0200
commitd55bb4825bc4a0aedb69475c86329b07850bf97e (patch)
tree17584be78bb63de46fe9fda0454195ba7731d328 /po/update-potfiles
parentmount: (new) add note about unsupported 'ignore' fstype to fstab.5 (diff)
downloadkernel-qcow2-util-linux-d55bb4825bc4a0aedb69475c86329b07850bf97e.tar.gz
kernel-qcow2-util-linux-d55bb4825bc4a0aedb69475c86329b07850bf97e.tar.xz
kernel-qcow2-util-linux-d55bb4825bc4a0aedb69475c86329b07850bf97e.zip
po: add *.h stuff to POTFILES
Signed-off-by: Karel Zak <kzak@redhat.com>
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) }' \