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 README.md INSTALL AUTHORS COPYING)
+set (doc_FILES NEWS ChangeLog AUTHORS)
 foreach (doc_FILE ${doc_FILES})
   install (FILES ${doc_FILE}  DESTINATION ${TASKSH_DOCDIR})
 endforeach (doc_FILE)
