Show
Ignore:
Timestamp:
03/27/12 07:06:15 (12 years ago)
Author:
jwoithe
Message:

Provide manpages for commonly used FFADO programs. Closes #294.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/tools/SConscript

    r1663 r2089  
    4444e.Install( "$pythondir", "static_info.txt" ) 
    4545e.Install( "$pythondir", "ffado_diag_helpers.py" ) 
     46 
     47# Install manpages in section 1 
     48dest = os.path.join("$mandir", "man1", "ffado-diag.1") 
     49env.InstallAs(source="ffado-diag.1", target=dest)