mirror of https://github.com/Icinga/icinga2.git
Merge pull request #5326 from larsengels/fix/docs-install-images-5325
Docs: Install the images directory containing the needed PNGs
This commit is contained in:
commit
c835a32c18
|
@ -28,3 +28,8 @@ install(
|
|||
FILES ${DOCSRCS}
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
|
||||
)
|
||||
|
||||
install(
|
||||
DIRECTORY images
|
||||
DESTINATION ${CMAKE_INSTALL_DOCDIR}/markdown
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue