aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docbook.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-11Upgrade docbook's docbook-xsl to 1.76.1.Mike McQuaid
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-04FIX: Install the epub docbook-xsl backendMichael Wild
Signed-off-by: Michael Wild <themiwi@users.sourceforge.net> Signed-off-by: David Höppner <0xffea@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-03New formula: docbook.Martin Kühl
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 <flangy@gmail.com>