aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-26 12:40:33 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-30 04:21:15 +0100
commitdf9393778977a6d9a88ecd78988250280854516a (patch)
treeb6596db6a30904e8f9c157678fd3fcb45e8dda85
parentae447065f78b1bbd7dd7ce873d8a903c07e9e875 (diff)
downloadjson-rpc-shell-df9393778977a6d9a88ecd78988250280854516a.tar.gz
json-rpc-shell-df9393778977a6d9a88ecd78988250280854516a.tar.xz
json-rpc-shell-df9393778977a6d9a88ecd78988250280854516a.zip
CMakeLists.txt: fix an outdated comment
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5552a96..1c4cf3e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,7 +86,7 @@ install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
install (PROGRAMS json-format.pl DESTINATION ${CMAKE_INSTALL_BINDIR})
install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
-# Generate documentation from program help
+# Generate documentation from text markup
find_program (ASCIIDOCTOR_EXECUTABLE asciidoctor)
if (NOT ASCIIDOCTOR_EXECUTABLE)
message (FATAL_ERROR "asciidoctor not found")