X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;h=e79a52a1997bf7d7284dcc36c7e824c909b456df;hb=abd22ea977e6637dd724b7d42ef2396aa49b521f;hp=54e3d699c3025ab88f6767edea651eca07531bd1;hpb=03f9943609343c4035886209f2e14b6ebdb6afb9;p=phdru.name%2Fphdru.name.git diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 54e3d69..e79a52a 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -1,7 +1,7 @@ #! /usr/bin/env python __author__ = "Oleg Broytman " -__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-- @@ -56,7 +56,7 @@ 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"))