mirror of https://github.com/GNOME/gimp.git
*** empty log message ***
This commit is contained in:
parent
41778ee361
commit
165f4e62a2
|
@ -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.
|
||||
|
|
|
@ -64,5 +64,7 @@ $install
|
|||
uninstall-po ::
|
||||
$uninstall
|
||||
|
||||
clean ::
|
||||
test -f Makefile || mv -f Makefile.old Makefile
|
||||
XXX
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue