mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Removed README.md from docfiles to install
This commit is contained in:
parent
97897f6f90
commit
dd1856e058
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||||
add_subdirectory (test EXCLUDE_FROM_ALL)
|
add_subdirectory (test EXCLUDE_FROM_ALL)
|
||||||
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||||
|
|
||||||
set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING)
|
set (doc_FILES NEWS ChangeLog INSTALL AUTHORS COPYING)
|
||||||
foreach (doc_FILE ${doc_FILES})
|
foreach (doc_FILE ${doc_FILES})
|
||||||
install (FILES ${doc_FILE} DESTINATION ${TASKSH_DOCDIR})
|
install (FILES ${doc_FILE} DESTINATION ${TASKSH_DOCDIR})
|
||||||
endforeach (doc_FILE)
|
endforeach (doc_FILE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue