aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 19:40:20 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 19:40:20 +0000
commit4c23840a1c6dc4b370dfaccecad9529ab12e7eb2 (patch)
tree62009ec6c3eebd74d3f02e74360ab53e4f44ab34 /contrib
parent9cefd9c5522797b132749ca7d99a930007d28347 (diff)
downloadgnunet-4c23840a1c6dc4b370dfaccecad9529ab12e7eb2.tar.gz
gnunet-4c23840a1c6dc4b370dfaccecad9529ab12e7eb2.zip
improving PO set
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/pogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pogen.sh b/contrib/pogen.sh
index 1a4c072a7..288e19244 100755
--- a/contrib/pogen.sh
+++ b/contrib/pogen.sh
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | sort > po/POTFILES.in 2find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | sort > po/POTFILES.in
3grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | sort >> po/POTFILES.in 3grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in