X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=manual%2FCMakeLists.txt;h=c425f36b3bdd7eb3cf246b6c593a97218a8edcfd;hb=0adee2d93430b5fb879388e66f3bd44fd11b3b22;hp=a25a93f7b4e07a445cff3b781db080174525c173;hpb=074da67ee25a6f66783e4bbad9e7415e548de516;p=pulseview.git diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index a25a93f7..c425f36b 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -62,7 +62,7 @@ if (ASCIIDOCTOR_PDF_EXECUTABLE) 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} )