]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
po: add *.h stuff to POTFILES
authorKarel Zak <kzak@redhat.com>
Tue, 19 Jun 2012 10:50:10 +0000 (12:50 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 19 Jun 2012 10:50:10 +0000 (12:50 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
po/update-potfiles

index 2a3ff58bd219c235e59a7c6b6c5420e2389d9fca..fe957f87e00e38187dfd5727cd07c5758c8419c0 100755 (executable)
@@ -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) }' \