From 8774d27eebcc9307bbcb6012bc8af6e369132b2c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Jul 2009 03:43:37 +0200 Subject: macro2html.py: don't use the 'indent' class anymore, it's gone from CSS --- macro2html.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'macro2html.py') diff --git a/macro2html.py b/macro2html.py index 3652670..7a81316 100755 --- a/macro2html.py +++ b/macro2html.py @@ -13,7 +13,7 @@ opts.add_option('', "--output-encoding", dest = "outEncode", default = "latin1") opts.add_option('', "--output-dir", dest = "outDir", default = "stage") opts.add_option('', "--output-suffix", dest = "suffix", default = ".html") (options, args) = opts.parse_args() -# www.nongnu.org/autoconf-archive/ + tmpl = """\ @@ -38,7 +38,7 @@ tmpl = """\
- Search:
@@ -53,19 +53,19 @@ tmpl = """\

SYNOPSIS

-

+

%(synopsis)s

DESCRIPTION

-
+
%(description)s

SOURCE CODE

-

+

Download %(name)s.m4 or browse the LICENSE -

""" -- cgit v1.2.1