aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-11 20:59:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-11 20:59:34 +0100
commit5ac774e1b398e4f6efa83664981ba0055addb04f (patch)
tree1d5c61c9d2f9c34bfca7446421a67168a4641099 /bin
parentf3b5e31a81223c9bbfd76b483d9efaa7d648e9f7 (diff)
downloadgnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.tar.gz
gnunet-secushare-5ac774e1b398e4f6efa83664981ba0055addb04f.zip
fix FTBFS issues
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/pogen.sh b/bin/pogen.sh
new file mode 100755
index 0000000..453e0b1
--- /dev/null
+++ b/bin/pogen.sh
@@ -0,0 +1,5 @@
1#!/bin/sh
2# This script is in the public domain.
3find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in
4grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in
5