mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
don't install INSTALL.md
This commit is contained in:
parent
6ebedd73bd
commit
b8596a1b43
@ -777,6 +777,7 @@ endif()
|
||||
install(FILES ${MANPAGES1} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
|
||||
install(FILES ${MANPAGES3} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man3)
|
||||
file(GLOB MARKDOWN CONFIGURE_DEPENDS *.md)
|
||||
list(FILTER MARKDOWN EXCLUDE REGEX "INSTALL.md")
|
||||
install(FILES ${MARKDOWN} DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
|
||||
install(TARGETS notcurses-demo DESTINATION bin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user