X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;fp=dotfiles2html%2Fdotfiles2html.py;h=11ce0fb5ac9e461d29c7977b816d364e6d197124;hb=4689e8f03c53aec1abb975cea016c41ef021b0b3;hp=55934ec46501943b447e9fa4d5bcef4ce496e482;hpb=f1ffdf9e24ef4543958bc0cf9260071906d95315;p=phdru.name%2Fphdru.name.git 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()