* lib/mc.ext.in: Treat Makefile.PL as a Perl program, not as a
Makefile. Don't allow any suffixes after "Makefile".
Этот коммит содержится в:
родитель
b7339b590f
Коммит
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
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user