* lib/mc.ext.in: Add support for Perl .pod files.
Этот коммит содержится в:
родитель
03e7a434b4
Коммит
239d8a64c2
@ -1,3 +1,7 @@
|
||||
2006-03-15 Gergely Szasz <szaszg@hu.inter.net>
|
||||
|
||||
* mc.ext.in: Add support for Perl .pod files.
|
||||
|
||||
2006-02-28 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* mc-wrapper.sh.in: Handle user names with spaces.
|
||||
|
@ -261,6 +261,11 @@ regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|[ln])|\.man)$
|
||||
Open=case %d/%f in */log/*|*/logs/*) cat %f ;; *) nroff @MAN_FLAGS@ @MANDOC@ %f ;; esac | %var{PAGER:more}
|
||||
View=%view{ascii,nroff} case %d/%f in */log/*|*/logs/*) cat %f ;; *) nroff @MAN_FLAGS@ @MANDOC@ %f ;; esac
|
||||
|
||||
# Perl pod page
|
||||
shell/.pod
|
||||
Open=pod2man %f | nroff @MAN_FLAGS@ @MANDOC@ | %var{PAGER:more}
|
||||
View=%view{ascii,nroff} pod2man %f | nroff @MAN_FLAGS@ @MANDOC@
|
||||
|
||||
# Troff with me macros.
|
||||
# Exception - "read.me" is not a nroff file.
|
||||
shell/read.me
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user