aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaius Durling2010-12-04 13:43:27 +0000
committerMike McQuaid2010-12-04 17:19:43 +0000
commit5165d0bb6093f3e9b53ac05ec0c424442aa9d5ac (patch)
tree33a06c74336f0ef13551187a2e96f2790e5fb64a
parentbdd90e1ddaaca6c3d4b37bfd4fcf31c7e0787d23 (diff)
downloadhomebrew-5165d0bb6093f3e9b53ac05ec0c424442aa9d5ac.tar.bz2
Install the manpage for aget.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/aget.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/aget.rb b/Library/Formula/aget.rb
index ae21aa5d9..32cde562e 100644
--- a/Library/Formula/aget.rb
+++ b/Library/Formula/aget.rb
@@ -13,6 +13,7 @@ class Aget <Formula
system "make"
# system "make strip"
bin.install "aget"
+ man1.install "aget.1"
end
end