1
1

* lib/mc.ext.in: Add support for Perl .pod files.

Этот коммит содержится в:
Pavel Tsekov 2006-03-15 16:28:27 +00:00
родитель 03e7a434b4
Коммит 239d8a64c2
2 изменённых файлов: 9 добавлений и 0 удалений

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

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