diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-10-10 13:16:57 +0200 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2012-01-27 16:56:51 +0100 |
| commit | 8f06358951515e779a444523ddfe3dc9ab30154f (patch) | |
| tree | dbf2491827cafded965f853c197d906eafb68e2c /Jamroot | |
| parent | 3205c382b9f896266fa8df90fe63c35228da91ba (diff) | |
Added a manual page.
Diffstat (limited to 'Jamroot')
| -rw-r--r-- | Jamroot | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ; |
