aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'host/docs/CMakeLists.txt')
-rw-r--r--host/docs/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt
index 9f6b1eb2b..fc1d2f928 100644
--- a/host/docs/CMakeLists.txt
+++ b/host/docs/CMakeLists.txt
@@ -123,6 +123,12 @@ set(man_page_sources
usrp2_card_burner.1
)
+if (ENABLE_PYTHON_API)
+ set(man_page_sources
+ usrpctl.1
+ )
+endif(ENABLE_PYTHON_API)
+
########################################################################
# Setup man pages
########################################################################