Formula.man1 function is useful to us

This commit is contained in:
Max Howell 2009-06-08 15:58:52 +01:00
parent 26590df324
commit a2c723e326

View File

@ -179,6 +179,9 @@ public
def man def man
maybe_mkpath prefix+'share'+'man' maybe_mkpath prefix+'share'+'man'
end end
def man1
maybe_mkpath prefix+'share'+'man'+'man1'
end
def lib def lib
maybe_mkpath prefix+'lib' maybe_mkpath prefix+'lib'
end end