From 165f4e62a2be7237a952c780decd477b5b8ee71b Mon Sep 17 00:00:00 2001 From: "Garry R. Osgood" Date: Fri, 2 Jun 2000 17:59:48 +0000 Subject: [PATCH] *** empty log message *** --- plug-ins/perl/Changes | 1 + plug-ins/perl/po/Makefile.PL | 2 ++ 2 files changed, 3 insertions(+) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index f0deffa9fb..9fe9e6db2d 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -6,6 +6,7 @@ Revision history for Gimp-Perl extension. - fixed problem in Net.pm/try_connect (AF_LOCAL vs. PF_UNIX, or "sysv rules the world, but sun shines everyhwere". - added ... to hopefully all plug-ins that open a dialog. + - make clean wrongly deleted po/Makefile. 1.2 Thu May 11 18:55:13 CEST 2000 - image types updated to reflect gimp's reality. diff --git a/plug-ins/perl/po/Makefile.PL b/plug-ins/perl/po/Makefile.PL index 1168c89c5d..4defe997e7 100644 --- a/plug-ins/perl/po/Makefile.PL +++ b/plug-ins/perl/po/Makefile.PL @@ -64,5 +64,7 @@ $install uninstall-po :: $uninstall +clean :: + test -f Makefile || mv -f Makefile.old Makefile XXX }