]> sigrok.org Git - pulseview.git/commitdiff
manual: fix a clipboard error in PDF creation build rules
authorGerhard Sittig <redacted>
Mon, 28 Nov 2022 09:12:40 +0000 (10:12 +0100)
committerGerhard Sittig <redacted>
Mon, 28 Nov 2022 09:12:40 +0000 (10:12 +0100)
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.

manual/CMakeLists.txt

index f336a02dadc29da80096f27dea50c1268dbc3ecc..5a198b5c011f25e530659d59adcea5651491a9c4 100644 (file)
@@ -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