made 'make install' work again

--Sven
This commit is contained in:
Sven Neumann 2000-02-22 00:42:23 +00:00
parent fb8c5c045b
commit dcf85066c9
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Tue Feb 22 01:42:01 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/perl/Makefile.PL: Made 'make install' work again.
The gimp-perl po files are however not installed. Marc, you
will want to look into this again.
Tue Feb 22 01:20:05 CET 2000 Sven Neumann <sven@gimp.org>
* libgimp/gimpchainbutton.c: set the widget's requisition so it

View file

@ -148,7 +148,7 @@ sub MY::install {
my $install = $self->SUPER::install(@_);
($install =~ s/\b(un)?install\b/really-$1install/g) or return $install;
'
install :: install-po
install ::
@for dir in \
$(INSTALLPRIVLIB) \
$(INSTALLARCHLIB) \