Add Open method for *.info files.

This commit is contained in:
Timur Bakeyev 1999-01-25 21:29:13 +00:00
parent 9c81ea49fd
commit a7f1b90f06
1 changed files with 5 additions and 0 deletions

View File

@ -336,6 +336,11 @@ regex/\.so\.[0-9\.]*$
View=%view{hex}
Icon=so.xpm
# GNU Info page
type/Info\ text
Open=info --directory %d -f %p
Icon=info.xpm
# Manual page
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
Open=nroff @TROFFASCII@ @MANDOC@ %f | %var{PAGER:more}