Tweak installation of text files.

master
Adam Vandenberg 2010-04-16 15:17:16 -07:00
parent 3d08962c04
commit 9121f7c847
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ class Idnits <Formula
def install
bin.install "idnits"
doc.install %w(about changelog copyright todo)
prefix.install %w(about todo)
end
end

View File

@ -8,6 +8,6 @@ class Rfcmarkup <Formula
def install
inreplace "rfcmarkup", "/usr/local/bin/python", "/usr/bin/env python"
bin.install "rfcmarkup"
doc.install %w(changelog copyright todo)
prefix.install 'todo'
end
end