summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 4 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 4c7508e..5323dcd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -4,4 +4,7 @@ local DIST = [ os.environ DIST ] ;
exe mppdown : [ glob-tree *.cpp ] : <linkflags>-lboost_program_options ;
-install dist : mppdown : <location>$(DIST)/usr/bin : <variant>release ;
+alias dist : bin man ;
+
+install bin : mppdown : <location>$(DIST)/usr/bin : <variant>release ;
+install man : mppdown.1 : <location>$(DIST)/usr/share/man/man1 ;