aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/texi2html.rb
AgeCommit message (Collapse)Author
2012-10-10Fix missing keg-only on pre-Mountain Lion formulae.mbcoguno
Closes #15375. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12texi2html 1.82yrammos
Closes #14890. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17texi2html: specify mandir and infodirMisty De Meo
Missed these since the warnings are not printed on a keg-only install.
2012-08-17texi2html 1.70Misty De Meo
texi2html 5.0 was causing problems; this rolls it back to 1.70, which is the same version as shipped on Lion before it was removed.
2012-08-15New formula: texi2htmlMisty De Meo
This is no longer shipped as of 10.8, but is required to build the documentation for a few formulae, like ffmpeg and ffmbc. This wasn't given a symbolized dependency because I don't anticipate it coming up that often.