aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-08-13 20:32:05 +0000
committerPiotr Krysik <ptrkrysik@gmail.com>2020-02-14 15:14:07 +0000
commit1f87ec820c336798c6ee570af497ffc35e6ab722 (patch)
treed36afa67ca9e716e10b71784e054023265ac0024 /docs/CMakeLists.txt
parent63090dbf14194523cfc0a88182627dfbd96e6434 (diff)
GNU Radio 3.8 support
https://wiki.gnuradio.org/index.php/GNU_Radio_3.8_OOT_Module_Porting_Guide Change-Id: I23dd638c8c48ed0a4b50559ce33fbd5e60b7dcbc
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index ed0fe3d..f9b8b40 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -53,7 +53,7 @@ endfunction()
if(NOT RST2MAN_EXECUTABLE)
message(WARNING "rst2man from python-docutils is required to build man pages")
else()
- build_man_page(MAN1_OUTPUT grgsm_livemon.rst grgsm_livemon.1)
+ #build_man_page(MAN1_OUTPUT grgsm_livemon.rst grgsm_livemon.1)
install(FILES ${MAN1_OUTPUT} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
endif()