diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-03 10:54:36 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2013-05-03 10:59:37 -0700 |
commit | b0a4e2ad081cc55ad309d44b59583f0140f87608 (patch) | |
tree | 4546a2036f7261c65d2477a2e12112a4b3bec8da /host/CMakeLists.txt | |
parent | 3cccb57414c87d3af97974870d877393ab5a51ff (diff) | |
download | uhd-b0a4e2ad081cc55ad309d44b59583f0140f87608.tar.gz uhd-b0a4e2ad081cc55ad309d44b59583f0140f87608.tar.bz2 uhd-b0a4e2ad081cc55ad309d44b59583f0140f87608.zip |
UHD has man pages now
* Linux installations will automatically install man pages
* Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 21a73565c..585a5e874 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -46,6 +46,7 @@ IF(NOT DEFINED PKG_LIB_DIR) SET(PKG_LIB_DIR ${PKG_DATA_DIR}) ENDIF() SET(PKG_DOC_DIR share/doc/uhd) +SET(PKG_MAN_DIR share/man/man1) ######################################################################## # Local Include Dir |