Build the grgsm_livemon man page

Change-Id: Ie128d68965b5cb2c919afa408b4c8aa7ca87ea8c
This commit is contained in:
Vasil Velichkov 2019-09-09 23:04:28 +03:00 committed by Piotr Krysik
parent 0c2845650a
commit 45b04bb3cc
1 changed files with 1 additions and 1 deletions

View File

@ -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()