shut up CVS

--Sven
This commit is contained in:
Sven Neumann 2000-08-26 12:52:38 +00:00
parent 591eed3547
commit bfdfaeb49c
6 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,6 @@
Makefile
Makefile.in
makefile.mingw
.deps
.libs
gimp

View File

@ -1,5 +1,6 @@
Makefile
Makefile.in
makefile.mingw
*.lo
_libs
.libs

View File

@ -1,5 +1,6 @@
Makefile.in
Makefile
makefile.mingw
.deps
*.lo
_libs

View File

@ -1,3 +1,4 @@
Makefile.in
Makefile
makefile.mingw
build

View File

@ -1,3 +1,7 @@
2000-08-26 Sven Neumann <sven@gimp.org>
* update.sh: subtle changes
Fri Aug 25 11:15:08 CEST 2000 Stanislav Brabec <utx@penguin.cz>
* cs.po: Updated translation.

View File

@ -22,13 +22,15 @@ xgettext --default-domain=$PACKAGE --directory=.. \
../plug-ins/script-fu/scripts/*.scm \
../plug-ins/gap/sel-to-anim-img.scm \
../plug-ins/webbrowser/web-browser.scm \
>> gimp-script-fu.po \
>> $PACKAGE..po \
&& test ! -f $PACKAGE.po \
|| ( rm -f ./$PACKAGE.pot \
&& mv $PACKAGE.po ./$PACKAGE.pot );
else
echo "Building the $PACKAGE.pot ..."
xgettext --default-domain=$PACKAGE --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
@ -36,12 +38,11 @@ xgettext --default-domain=$PACKAGE --directory=.. \
../plug-ins/script-fu/scripts/*.scm \
../plug-ins/gap/sel-to-anim-img.scm \
../plug-ins/webbrowser/web-browser.scm \
>> gimp-script-fu.po \
>> $PACKAGE.po \
&& test ! -f $PACKAGE.po \
|| ( rm -f ./$PACKAGE.pot \
&& mv $PACKAGE.po ./$PACKAGE.pot );
echo "Building the $PACKAGE.pot ..."
echo "Now merging $1.po with $PACKAGE.pot, and creating an updated $1.po ..."
mv $1.po $1.po.old && msgmerge $1.po.old $PACKAGE.pot -o $1.po \