aboutsummaryrefslogtreecommitdiff
path: root/bin/pogen.sh
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-12-19 09:37:52 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2023-12-19 09:37:52 +0100
commit991dc63f174a167ede00865d249f30aa81d92ba9 (patch)
tree09242f87ae7b652855d753e1a7a5a8cb117502ae /bin/pogen.sh
parent6137b58b4a534e3ac6c10a495f766085da1f43d0 (diff)
downloadgnunet-991dc63f174a167ede00865d249f30aa81d92ba9.tar.gz
gnunet-991dc63f174a167ede00865d249f30aa81d92ba9.zip
build: fix and refactor scripts
Diffstat (limited to 'bin/pogen.sh')
-rwxr-xr-xbin/pogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/pogen.sh b/bin/pogen.sh
deleted file mode 100755
index a68152bf4..000000000
--- a/bin/pogen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
1#!/bin/sh
2# This script is in the public domain.
3
4# Set language domain to C for a more stable sort!
5export LANG=C
6# Manual says, it should be LC_ALL...
7export LC_ALL=C
8
9find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in
10grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in
11