Framework: Added OSS files

This commit is contained in:
Paul Beckingham 2015-12-10 09:49:58 -05:00
parent c693e9d310
commit 1860a50f69
6 changed files with 246 additions and 1 deletions

View file

@ -102,7 +102,7 @@ configure_file (
add_subdirectory (src)
set (doc_FILES ChangeLog README.md)
set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE} DESTINATION ${TIMEW_DOCDIR})
endforeach (doc_FILE)