1
1

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

Makefile.  Don't allow any suffixes after "Makefile".
Этот коммит содержится в:
Pavel Roskin 2001-10-16 07:30:33 +00:00
родитель b7339b590f
Коммит ddcec565ec
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -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