From 3f35a5721bf0c032adc1a5e7580eb8a281c12565 Mon Sep 17 00:00:00 2001 From: Martin Kühl Date: Sat, 3 Jul 2010 14:17:36 +0200 Subject: New formula: docbook. DocBook is XML. A lot of XML. Unfortunately, to some people, it is still used by a lot of projects, like git, to generate their documentation, and not all of these, like everything except git, provide pre-built documentation for download. This formula installs all currently released docbook-xml and the most recent docbook-xsl package and stuffs them all in the Cellar. In addition, a script is provided that registers all of these packages in the global XML catalog, as noted in the caveats. Signed-off-by: Adam Vandenberg --- Library/Formula/docbook.rb | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 Library/Formula/docbook.rb (limited to 'Library/Formula') diff --git a/Library/Formula/docbook.rb b/Library/Formula/docbook.rb new file mode 100644 index 000000000..dc662659d --- /dev/null +++ b/Library/Formula/docbook.rb @@ -0,0 +1,84 @@ +require 'formula' + +class Docbook