aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-24 15:14:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-24 15:14:18 +0000
commitc0b7351895b024abfc75f36f7da3834fade1f48b (patch)
tree364db27b7976e683408a89c83e1426ead3243e2a /contrib
parent96f82c7950c5c839d0dca9b77e819c6fe6aeb241 (diff)
downloadgnunet-c0b7351895b024abfc75f36f7da3834fade1f48b.tar.gz
gnunet-c0b7351895b024abfc75f36f7da3834fade1f48b.zip
-updating PO files
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/pogen.sh b/contrib/pogen.sh
new file mode 100755
index 000000000..604b5ae3b
--- /dev/null
+++ b/contrib/pogen.sh
@@ -0,0 +1,3 @@
1#!/bin/sh
2find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | sort > po/POTFILES.in
3grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | sort >> po/POTFILES.in