Ticket #3578: fix mc.ext patterns for different makefiles

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2016-01-04 17:25:32 +03:00
parent e7bdd9c5b2
commit c27c5cf37d
2 changed files with 3 additions and 6 deletions

View File

@ -59,9 +59,6 @@ do_open_action() {
filetype=$1
case "${filetype}" in
imakefile)
xmkmf -a
;;
dbf)
dbview "${MC_EXT_FILENAME}"
;;

View File

@ -634,15 +634,15 @@ shell/.class
View=%view{ascii} @EXTHELPERSDIR@/misc.sh view javaclass
# Makefile
regex/[Mm]akefile$
regex/^[Mm]akefile$
Open=make -f %f %{Enter parameters}
# Imakefile
shell/Imakefile
Open=@EXTHELPERSDIR@/misc.sh open imakefile
Open=xmkmf -a
# Makefile.PL (MakeMaker)
regex/^Makefile.(PL|pl)$
regex/^Makefile\.(PL|pl)$
Open=%var{PERL:perl} %f
# sqlite3.db