X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=manual%2FCMakeLists.txt;h=5a198b5c011f25e530659d59adcea5651491a9c4;hb=b30e50f9836dc6a8484eabf6716acd0a71747583;hp=a25a93f7b4e07a445cff3b781db080174525c173;hpb=074da67ee25a6f66783e4bbad9e7415e548de516;p=pulseview.git diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index a25a93f7..5a198b5c 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -19,6 +19,8 @@ cmake_minimum_required(VERSION 2.8.12) +project(PV_MANUAL) + # External dependencies, required and optional tools. find_program(ASCIIDOCTOR_EXECUTABLE NAMES asciidoctor) find_program(ASCIIDOCTOR_PDF_EXECUTABLE NAMES asciidoctor-pdf) @@ -57,12 +59,12 @@ if (ASCIIDOCTOR_PDF_EXECUTABLE) BYPRODUCTS ${MANUAL_OUT_PDF} DEPENDS ${MANUAL_SRC} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - COMMENT "Generating manual, HTML output" + COMMENT "Generating manual, PDF output" ) else () add_custom_target(manual-pdf COMMAND ${CMAKE_COMMAND} -E echo - "asciidoctor-pdf executable is missing, NOT generating HTML output" + "asciidoctor-pdf executable is missing, NOT generating PDF output" DEPENDS ${MANUAL_SRC} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )