From 25a127c843b100144c502779c4cae37098624f88 Mon Sep 17 00:00:00 2001 From: Zlika Date: Thu, 7 Jul 2022 12:36:37 +0200 Subject: doc: Fix generation of man pages Reviewed-by: Steven Koo --- host/docs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs') 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) -- cgit v1.2.3