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
Makefile.in Makefile.in
makefile.mingw
.deps .deps
.libs .libs
gimp gimp

View File

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

View File

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

View File

@ -1,3 +1,4 @@
Makefile.in Makefile.in
Makefile Makefile
makefile.mingw
build 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> Fri Aug 25 11:15:08 CEST 2000 Stanislav Brabec <utx@penguin.cz>
* cs.po: Updated translation. * cs.po: Updated translation.

View File

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