diff --git a/Formula/noweb.rb b/Formula/noweb.rb index 3d180c62d2..a415644f1d 100644 --- a/Formula/noweb.rb +++ b/Formula/noweb.rb @@ -31,6 +31,12 @@ class Noweb < Formula "LIB=#{lib}", "MAN=#{man}", "TEXINPUTS=#{texmf}/tex/generic/noweb" + cd "icon" do + system "make", "install", "BIN=#{bin}", + "LIB=#{lib}", + "MAN=#{man}", + "TEXINPUTS=#{texmf}/tex/generic/noweb" + end end end end