corrected a small problem with the Makefile.PL

--Sven
This commit is contained in:
Sven Neumann 2000-03-27 18:25:08 +00:00
parent b59f9c9c2e
commit 5f8afffa15
3 changed files with 671 additions and 666 deletions

View File

@ -1,3 +1,8 @@
2000-03-27 Sven Neumann <sven@gimp.org>
* Makefile.PL: corrected the path to the example scripts
* de.po: msgmerge to uncomment the messages again
2000-03-27 Sven Neumann <sven@gimp.org>
* de.po: updated german translation

View File

@ -36,7 +36,7 @@ update-po: update-pot
$updatepo
update-pot:
\$(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
install :: install-po

File diff suppressed because it is too large Load Diff