From 412c0fb8c7216d8b040179009dff3c7488dd1fc5 Mon Sep 17 00:00:00 2001 From: William Melody Date: Fri, 22 Jan 2010 17:05:27 -0600 Subject: HTMLDOC 1.8.27 HTMLDOC converts Hyper-Text Markup Language ("HTML") files and web pages into indexed HTML, Adobe® PostScript®, or Adobe Portable Document Format ("PDF") files. Signed-off-by: Adam Vandenberg --- Library/Formula/htmldoc.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/htmldoc.rb (limited to 'Library') diff --git a/Library/Formula/htmldoc.rb b/Library/Formula/htmldoc.rb new file mode 100644 index 000000000..ff0565b02 --- /dev/null +++ b/Library/Formula/htmldoc.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Htmldoc