mc/po/update.sh
Kjartan Maraas dea567ca7a 2000-01-04 Kjartan Maraas <kmaraas@online.no>
* update.sh: A little script that lets people
	update the .pot file without makefiles etc.
2000-01-03 23:42:28 +00:00

9 lines
205 B
Bash
Executable File

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