mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #3578: fix mc.ext patterns for different makefiles
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
e7bdd9c5b2
commit
c27c5cf37d
@ -59,9 +59,6 @@ do_open_action() {
|
||||
filetype=$1
|
||||
|
||||
case "${filetype}" in
|
||||
imakefile)
|
||||
xmkmf -a
|
||||
;;
|
||||
dbf)
|
||||
dbview "${MC_EXT_FILENAME}"
|
||||
;;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user