gimp/po-libgimp/update.sh
Manish Singh a73c70c8a3 configure.in po-plug-ins moved libgimp strings into their own catalog.
* configure.in
* po-plug-ins
* po-libgimp: moved libgimp strings into their own catalog.
Mitch/Sven, could you take care of the domain rebinding?

* Makefile.am: make a gimp-config symlink to gimptool

-Yosh
2000-01-27 10:47:01 +00:00

9 lines
255 B
Bash
Executable file

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