From 4689e8f03c53aec1abb975cea016c41ef021b0b3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 29 Jan 2013 17:27:10 +0000 Subject: [PATCH] Process mc.ext git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@145 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 55934ec..11ce0fb 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -78,7 +78,7 @@ def process_dotfile(i, fname, ftype, file_types): file.write(text.replace('', '')) file.close() - elif fname in('mailcap', 'menu') and os.path.exists(fname): + elif fname in('mailcap', 'mc.ext', 'menu') and os.path.exists(fname): file = open(fname, 'r') text = file.read() file.close() -- 2.39.2