File: redundant_docs.patch

package info (click to toggle)
tasksh 1.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,000 kB
  • sloc: cpp: 11,313; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
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)