mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Drop NEWS
, COPYING
- Content of `NEWS` is either already in README.md or file just echoes Timewarriors release notes on github - `COPYING` is identical to `LICENSE` Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com> fixup! Drop 'NEWS' Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
87c91b1f79
commit
4e8cb8b90e
3 changed files with 1 additions and 74 deletions
|
@ -54,7 +54,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
|||
add_subdirectory (test EXCLUDE_FROM_ALL)
|
||||
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
|
||||
|
||||
set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
|
||||
set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
|
||||
foreach (doc_FILE ${doc_FILES})
|
||||
install (FILES ${doc_FILE} DESTINATION ${TIMEW_DOCDIR})
|
||||
endforeach (doc_FILE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue