From 44bfd2fb82ed4c879c1b01dddd794dffb1bac878 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 24 May 2020 04:11:46 +0300 Subject: [PATCH] Feat(dotfiles2html): No longer publish `fvwm2rc` --- dotfiles2html/dotfiles2html.py | 8 +++++--- dotfiles2html/fvwm2rc.head | 9 --------- 2 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 dotfiles2html/fvwm2rc.head diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index a2805f4..0125619 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -54,10 +54,12 @@ def add_headers(fname, first, prev, next, last): html_file.close() -home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"), - ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"), +home_file_types = ( + ("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"), + ("mailcap", "conf"), ("mime.types", "conf"), ("muttrc", "muttrc"), ("procmailrc", "procmail"), - ("gitconfig", "gitconfig"), ("vimrc", "vim")) + ("gitconfig", "gitconfig"), ("vimrc", "vim"), +) mc_file_types = (("mc.ext", "conf"), ("menu", "conf")) diff --git a/dotfiles2html/fvwm2rc.head b/dotfiles2html/fvwm2rc.head deleted file mode 100644 index 1163730..0000000 --- a/dotfiles2html/fvwm2rc.head +++ /dev/null @@ -1,9 +0,0 @@ -
-#
-# User configuration file for Fvwm2
-#
-# Text version here
-#
-# Generated by gvim :runtime syntax/2html.vim
-#
-
-- 2.39.2