add header and footer to list of build dependencies

Tue, 20 Jun 2023 19:00:52 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Jun 2023 19:00:52 +0200
changeset 715
ab9d03750630
parent 714
34565d898f1f
child 716
bab81cf591a5

add header and footer to list of build dependencies

docs/src/CMakeLists.txt file | annotate | diff | comparison | revisions
     1.1 --- a/docs/src/CMakeLists.txt	Tue Jun 20 18:30:13 2023 +0200
     1.2 +++ b/docs/src/CMakeLists.txt	Tue Jun 20 19:00:52 2023 +0200
     1.3 @@ -52,6 +52,7 @@
     1.4              COMMAND ${PANDOC_EXECUTABLE} ${PANDOC_ARGS}  -o ${dest_file} ${source_file}
     1.5              WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
     1.6              MAIN_DEPENDENCY ${source_file}
     1.7 +            DEPENDS header.html footer.html
     1.8      )
     1.9  endforeach()
    1.10  
    1.11 @@ -60,7 +61,7 @@
    1.12          COMMAND ${PANDOC_EXECUTABLE} -c ucx.css -B header-ucx2.html -A footer.html
    1.13              -T 'UAP Common Extensions' -o ${PANDOC_DESTDIR}/modules-ucx2.html modules-ucx2.md
    1.14          WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
    1.15 -        DEPENDS modules-ucx2.md
    1.16 +        DEPENDS modules-ucx2.md header-ucx2.html footer.html
    1.17          COMMENT "Adding UCX 2.1 HTML documentation."
    1.18  )
    1.19  

mercurial