about summary refs log tree commit homepage
path: root/lib/olddoc.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-12-12 18:58:24 +0000
committerEric Wong <e@80x24.org>2019-12-12 19:49:13 +0000
commit9910c591caa29efe08645ff5dec26566803daa7c (patch)
treedac49e7c33d831642db63c225c69a5ae42907e90 /lib/olddoc.rb
parent597e4958b90d16bc945436b9acfc55ed41e71f7a (diff)
downloadolddoc-9910c591caa29efe08645ff5dec26566803daa7c.tar.gz
The man2html(1) and groff(1) HTML generation isn't compatible
anchor-wise with what pandoc(1) generated.  They also had too
much styling for my liking.
Diffstat (limited to 'lib/olddoc.rb')
-rw-r--r--lib/olddoc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/olddoc.rb b/lib/olddoc.rb
index d5d6b37..e4cd344 100644
--- a/lib/olddoc.rb
+++ b/lib/olddoc.rb
@@ -8,6 +8,7 @@ module Olddoc # :nodoc:
   autoload :NewsRdoc, 'olddoc/news_rdoc'
   autoload :Prepare, 'olddoc/prepare'
   autoload :Readme, 'olddoc/readme'
+  autoload :Man2HTML, 'olddoc/man2html'
 
   def self.config(path = ".olddoc.yml")
     File.readable?(path) and return YAML.load(File.read(path))