*** empty log message ***

This commit is contained in:
Seth Burgess
2000-06-02 19:02:10 +00:00
parent 165f4e62a2
commit 661f0a5acd
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ Revision history for Gimp-Perl extension.
"sysv rules the world, but sun shines everyhwere". "sysv rules the world, but sun shines everyhwere".
- added ... to hopefully all plug-ins that open a dialog. - added ... to hopefully all plug-ins that open a dialog.
- make clean wrongly deleted po/Makefile. - make clean wrongly deleted po/Makefile.
- po/Makefile.PL left temporary files around.
1.2 Thu May 11 18:55:13 CEST 2000 1.2 Thu May 11 18:55:13 CEST 2000
- image types updated to reflect gimp's reality. - image types updated to reflect gimp's reality.

View File

@ -37,7 +37,7 @@ datadir = $datadir
%.po: gimp-perl.pot %.po: gimp-perl.pot
-msgmerge -w 83 \$*.po gimp-perl.pot >\$*.po~ -msgmerge -w 83 \$*.po gimp-perl.pot >\$*.po~
-if cmp -s \$*.po~ \$*.po; then : ; else mv \$*.po~ \$*.po; fi -if cmp -s \$*.po~ \$*.po; then rm -f \$*.po~ ; else mv \$*.po~ \$*.po; fi
all :: $alltarget all :: $alltarget
@ -50,7 +50,7 @@ gimp-perl.pot: update-pot
update-pot: force update-pot: force
\$(PERL) ../pxgettext `find .. -name '*.pm' -o -name '*.xs' -o -path '../examples/*'` ../Perl-Server > gimp-perl.pot~ \$(PERL) ../pxgettext `find .. -name '*.pm' -o -name '*.xs' -o -path '../examples/*'` ../Perl-Server > gimp-perl.pot~
if cmp -s gimp-perl.pot~ gimp-perl.pot; then : ; else mv gimp-perl.pot~ gimp-perl.pot; fi if cmp -s gimp-perl.pot~ gimp-perl.pot; then rm -f gimp-perl.pot~ ; else mv gimp-perl.pot~ gimp-perl.pot; fi
force: force: