From: Gerhard Sittig Date: Mon, 28 Nov 2022 09:12:40 +0000 (+0100) Subject: manual: fix a clipboard error in PDF creation build rules X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=0f76477f61d6d837f01312f4c46d9c713a04a705 manual: fix a clipboard error in PDF creation build rules This amends commit f2f536aa7be2 which introduced manual build rules and duplicated HTML in two locations. One of them is PDF creation. Fix it. This was spotted by smuview maintenance. --- diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index f336a02d..5a198b5c 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -59,7 +59,7 @@ 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