And this file too

This commit is contained in:
Kjartan Maraas
2000-01-03 23:57:26 +00:00
parent bc36a3cdb0
commit bd063a8f9a

8
po/update.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
xgettext --default-domain=gtk+ --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f gtk+.po \
|| ( rm -f ./gtk+.pot \
&& mv gtk+.po ./gtk+.pot )