* lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a

Makefile.  Don't allow any suffixes after "Makefile".
This commit is contained in:
Pavel Roskin 2001-10-16 07:30:33 +00:00
parent b7339b590f
commit ddcec565ec
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-14 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
Makefile. Don't allow any suffixes after "Makefile".
2001-10-12 Pavel Roskin <proski@gnu.org> 2001-10-12 Pavel Roskin <proski@gnu.org>
* lib/mc.ext.in: Add support for *.xcf files (native GIMP * lib/mc.ext.in: Add support for *.xcf files (native GIMP

View File

@ -362,13 +362,17 @@ type/^(M|m)ail
shell/core shell/core
# Makefile # Makefile
regex/[Mm]akefile regex/[Mm]akefile$
Open=make -f %f %{Enter parameters} Open=make -f %f %{Enter parameters}
# Imakefile # Imakefile
shell/Imakefile shell/Imakefile
Open=xmkmf -a Open=xmkmf -a
# Makefile.PL (MakeMaker)
regex/^Makefile.(PL|pl)$
Open=%var{PERL:perl} %f
# Executables # Executables
type/\ executable type/\ executable
Open=./%f Open=./%f