* configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.

* lib/mc.ext.in: Add support for ISO images.
This commit is contained in:
Pavel Roskin 2003-04-29 16:05:12 +00:00
parent f9fd075f21
commit 31e038ded1
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-04-29 Pavel Roskin <proski@gnu.org>
* configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
* lib/mc.ext.in: Add support for ISO images.
2003-03-31 Dmitry Alexeyev <dmi_a@qnx.org.ru>
* syntax/Syntax: Highlight *.mc as a makefile.

View File

@ -652,6 +652,7 @@ vfs/extfs/deb
vfs/extfs/deba
vfs/extfs/debd
vfs/extfs/dpkg
vfs/extfs/iso9660
vfs/extfs/hp48
vfs/extfs/lslR
vfs/extfs/mailfs

View File

@ -499,6 +499,11 @@ regex/\.deb$
Open=%cd %p#deb
View=%view{ascii} dpkg-deb -c %f
# ISO9660
regex/\.iso$
Open=%cd %p#iso9660
View=%view{ascii} isoinfo -l -i %f
### Default ###