mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* 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:
parent
b7339b590f
commit
ddcec565ec
@ -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>
|
||||
|
||||
* lib/mc.ext.in: Add support for *.xcf files (native GIMP
|
||||
|
@ -362,13 +362,17 @@ type/^(M|m)ail
|
||||
shell/core
|
||||
|
||||
# Makefile
|
||||
regex/[Mm]akefile
|
||||
regex/[Mm]akefile$
|
||||
Open=make -f %f %{Enter parameters}
|
||||
|
||||
# Imakefile
|
||||
shell/Imakefile
|
||||
Open=xmkmf -a
|
||||
|
||||
# Makefile.PL (MakeMaker)
|
||||
regex/^Makefile.(PL|pl)$
|
||||
Open=%var{PERL:perl} %f
|
||||
|
||||
# Executables
|
||||
type/\ executable
|
||||
Open=./%f
|
||||
|
Loading…
Reference in New Issue
Block a user