From aa4258e259a6d13ee38d6b17b19399da51506f43 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 21 Sep 2009 13:44:56 +0000 Subject: Fixed body/divbody structure of html pages. Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. --- mandoc.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mandoc.1') diff --git a/mandoc.1 b/mandoc.1 index 68b6c08d..fc5086aa 100644 --- a/mandoc.1 +++ b/mandoc.1 @@ -277,6 +277,12 @@ To page manuals to the terminal: .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less . .Pp +To produce HTML manuals with +.Pa http://localhost/ +as the base URI: +.Pp +.D1 % mandoc \-Thtml -obase=http://localhost/ mdoc.7 > mdoc.7.html +.Pp To check over a large set of manuals: . .Pp -- cgit