Make it easier for us all

svn path=/trunk/; revision=2782
This commit is contained in:
Kjartan Maraas
2000-05-03 21:04:54 +00:00
parent 2667c09e08
commit 932ea69464
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
xgettext --default-domain=evolution --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f evolution.po \
|| ( rm -f ./evolution.pot \
&& mv evolution.po ./evolution.pot )