From 3a9f57f2f4342f267af2caed311fd1cc17f7ea6a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 9 Jan 2013 15:05:38 +0000 Subject: [PATCH] Add a comment to describe what this script is for --- utils/prepare-configfile.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/prepare-configfile.pl b/utils/prepare-configfile.pl index e3b2b55e..7156342c 100755 --- a/utils/prepare-configfile.pl +++ b/utils/prepare-configfile.pl @@ -1,5 +1,10 @@ #!/usr/local/bin/perl +# This script is used by the config-file target in GNUMakefile. +# +# It removes garbage in the w3m output and separates comments +# and active directives. + use strict; use warnings; -- 2.39.2