latex2html: fix indents
This commit is contained in:
parent
6a1f00c851
commit
db2f32f969
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Latex2html < Formula
|
||||
homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html'
|
||||
url 'http://ctan.uib.no/support/latex2html/latex2html-2012.tgz'
|
||||
sha1 '54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
|
||||
homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html'
|
||||
url 'http://ctan.uib.no/support/latex2html/latex2html-2012.tgz'
|
||||
sha1 '54b42d3fb812b0bf3d25bbde7e0ea2daf84e69ff'
|
||||
|
||||
depends_on 'netpbm'
|
||||
depends_on 'ghostscript' => :optional
|
||||
depends_on 'netpbm'
|
||||
depends_on 'ghostscript' => :optional
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--without-mktexlsr"
|
||||
system "make install"
|
||||
end
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--without-mktexlsr"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue