From: Oleg Broytman Date: Tue, 29 Jan 2013 17:27:10 +0000 (+0000) Subject: Process mc.ext X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4689e8f03c53aec1abb975cea016c41ef021b0b3;p=phdru.name%2Fphdru.name.git Process mc.ext git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@145 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- 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()