Install Antiword manpage

This commit is contained in:
Ben Alpert 2009-09-01 18:03:34 -06:00 committed by Max Howell
parent 7b6c2ee425
commit 7ec0a04093

View file

@ -8,5 +8,6 @@ class Antiword <Formula
def install
system 'make'
bin.install 'antiword'
man1.install 'Docs/antiword.1'
end
end