From 336c599741f13512a42e7d83669b8829ebc2e770 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 14 Dec 2006 17:14:17 +0000 Subject: [PATCH] Added some meta info to the document header, changed title to "man 1 cdrskin" --- cdrskin/convert_man_to_html.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cdrskin/convert_man_to_html.sh b/cdrskin/convert_man_to_html.sh index f097e25..19eff9d 100755 --- a/cdrskin/convert_man_to_html.sh +++ b/cdrskin/convert_man_to_html.sh @@ -37,6 +37,10 @@ then # set -x sed \ + -e 's///' \ + -e 's///' \ + -e 's/CDRSKIN<\/title>/<title>man 1 cdrskin<\/title>/' \ + -e 's/<h1 align=center>CDRSKIN<\/h1>/<h1 align=center>man 1 cdrskin<\/h1>/' \ -e 's/<body>/<body BGCOLOR="#F5DEB3" TEXT=#000000 LINK=#0000A0 VLINK=#800000>/' \ -e 's/<b>Overview of features:<\/b>/\ <BR><b>Overview of features:<\/b>/' \ -e 's/<b>Known deficiencies:<\/b>/\ <BR><b>Known deficiencies:<\/b>/' \