aboutsummaryrefslogtreecommitdiff
path: root/bin/pogen.sh
blob: e0b664ce6a0a26afd4cbb79e9d0452027cfa1716 (plain) (blame)
1
2
3
4
5
#!/bin/sh
# This scipt is in the public domain.
find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_  | grep -v _old | grep -v chat | grep -v .libs/ | sort  > po/POTFILES.in
grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in