diff options
Diffstat (limited to 'contrib/pogen.sh')
-rwxr-xr-x | contrib/pogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/pogen.sh b/contrib/pogen.sh new file mode 100755 index 00000000..53cca8e0 --- /dev/null +++ b/contrib/pogen.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | find src -name "*.c" | sort > po/POTFILES.in | ||
3 | find contrib -name "*.glade" | sort >> po/POTFILES.in | ||