From abd22ea977e6637dd724b7d42ef2396aa49b521f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 14 Jan 2013 22:11:06 +0000 Subject: [PATCH] bindings => mc.ext git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@141 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 4 ++-- dotfiles2html/{bindings.head => mc.ext.head} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename dotfiles2html/{bindings.head => mc.ext.head} (80%) 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")) diff --git a/dotfiles2html/bindings.head b/dotfiles2html/mc.ext.head similarity index 80% rename from dotfiles2html/bindings.head rename to dotfiles2html/mc.ext.head index 1ed5242..17e526a 100644 --- a/dotfiles2html/bindings.head +++ b/dotfiles2html/mc.ext.head @@ -1,7 +1,7 @@
 # My *additions* to Midnight Commander 3.0 extension file
 #
-# Text version here
+# Text version here
 #
 # Generated by gvim :runtime syntax/2html.vim
 #
-- 
2.39.2