mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue