aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2011-07-06 21:21:16 -0500
committerAdam Vandenberg2011-07-07 10:34:51 -0700
commit9c011a6ac83b740c55b6648c30ba454f9d479ced (patch)
tree4a0900f76c772980f27f7b1bc5f131b8f88dbfca /Library/Formula
parent813313a61dd0d1042a4e10009c4777c65ad93da4 (diff)
downloadhomebrew-9c011a6ac83b740c55b6648c30ba454f9d479ced.tar.bz2
getmail: install man pages
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/getmail.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb
index 7933f6dcf..f7dd40c31 100644
--- a/Library/Formula/getmail.rb
+++ b/Library/Formula/getmail.rb
@@ -12,5 +12,6 @@ class Getmail < Formula
libexec.install f
ln_s libexec+f, bin
end
+ man1.install Dir['docs/*.1']
end
end