1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Do not install redundant documentation
Removed the license file (already in debian/copyright) and removed the
upstream installation docs.
Author: Iain R. Learmonth <irl@debian.org>
Last-Update: 2016-07-03
---
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@
add_subdirectory (test EXCLUDE_FROM_ALL)
endif (EXISTS ${CMAKE_SOURCE_DIR}/test)
-set (doc_FILES NEWS ChangeLog INSTALL AUTHORS COPYING)
+set (doc_FILES NEWS ChangeLog AUTHORS)
foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE} DESTINATION ${TASKSH_DOCDIR})
endforeach (doc_FILE)
|