summaryrefslogtreecommitdiff
path: root/generate_gettext_pot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate_gettext_pot.sh')
-rwxr-xr-x[-rw-r--r--]generate_gettext_pot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_gettext_pot.sh b/generate_gettext_pot.sh
index 572b16d..60d750c 100644..100755
--- a/generate_gettext_pot.sh
+++ b/generate_gettext_pot.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-xgettext --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c |grep -v .svn |tr '\n' ' '` -o ./po/tuxanci.pot
+xgettext --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | tr '\n' ' '` -o ./po/tuxanci.pot
cd po/
-find ./ -name \*.po -print | xargs -i msgmerge -U {} tuxanci.pot \ No newline at end of file
+find ./ -name \*.po -print | xargs -i msgmerge -U {} tuxanci.pot