aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs
diff options
context:
space:
mode:
authorZlika <zlika_ese@hotmail.com>2022-07-07 12:36:37 +0200
committerskooNI <60897865+skooNI@users.noreply.github.com>2022-07-20 15:57:20 -0500
commit25a127c843b100144c502779c4cae37098624f88 (patch)
tree66e7f086a14a0a7238f79da44bfe69bf77dba3d1 /host/docs
parent770711c40a482d1e87d75393dd3fe95d75efa379 (diff)
downloaduhd-25a127c843b100144c502779c4cae37098624f88.tar.gz
uhd-25a127c843b100144c502779c4cae37098624f88.tar.bz2
uhd-25a127c843b100144c502779c4cae37098624f88.zip
doc: Fix generation of man pages
Reviewed-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to 'host/docs')
-rw-r--r--host/docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/CMakeLists.txt b/host/docs/CMakeLists.txt
index fc1d2f928..a8e73ccc9 100644
--- a/host/docs/CMakeLists.txt
+++ b/host/docs/CMakeLists.txt
@@ -124,7 +124,7 @@ set(man_page_sources
)
if (ENABLE_PYTHON_API)
- set(man_page_sources
+ list(APPEND man_page_sources
usrpctl.1
)
endif(ENABLE_PYTHON_API)