mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Install the images directory containing the needed PNGs for the markdown docs.
refs #5325
This commit is contained in:
parent
28481430d4
commit
e9cb2ddbf4
@ -28,3 +28,8 @@ install(
|
|||||||
FILES ${DOCSRCS}
|
FILES ${DOCSRCS}
|
||||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
|
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
DIRECTORY images
|
||||||
|
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
|
||||||
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user