summaryrefslogtreecommitdiff
path: root/po/update-potfiles
diff options
context:
space:
mode:
Diffstat (limited to 'po/update-potfiles')
-rwxr-xr-xpo/update-potfiles13
1 files changed, 13 insertions, 0 deletions
diff --git a/po/update-potfiles b/po/update-potfiles
new file mode 100755
index 0000000..0201bff
--- /dev/null
+++ b/po/update-potfiles
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+(
+echo "# updated automatically by $0"
+echo
+find \
+ include \
+ libattr \
+ libmisc \
+ tools \
+ -name '*.[ch]' \
+ | grep -v include/config.h
+) > po/POTFILES.in