]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
bindings => mc.ext
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index f32147b4c28a10d4f4e88cc4677eae0c2c7a8037..e79a52a1997bf7d7284dcc36c7e824c909b456df 100755 (executable)
@@ -1,7 +1,7 @@
 #! /usr/bin/env python
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design"
 
 import os, shutil, filecmp
 os.umask(0022) # octal; -rw-r--r--
@@ -52,12 +52,11 @@ def add_headers(fname, first, prev, next, last):
    html_file.close()
 
 
-home_file_types = (("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"),
-    ("mailcap", "conf"), ("mime.types", "conf"),
-    ("muttrc", "muttrc"), ("procmailrc", "procmail"),
-    ("vimrc", "vim"))
+home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"),
+    ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"),
+    ("muttrc", "muttrc"), ("procmailrc", "procmail"), ("vimrc", "vim"))
 
-mc_file_types = (("bindings", "conf"), ("menu", "conf"))
+mc_file_types = (("mc.ext", "conf"), ("menu", "conf"))
 
 python_file_types = (("init.py", "python"),
     ("pdbrc", "python"), ("pdbrc.py", "python"))