File: 0002-Exclude-some-docs-from-install.patch

package info (click to toggle)
extractpdfmark 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: cpp: 1,853; makefile: 145; sh: 132
file content (20 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Sun, 11 Dec 2016 23:44:36 +0100
Subject: Exclude some docs from install

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a302a69..63492d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = src man test
 
-dist_doc_DATA = README.md README.ja.md COPYING NEWS
+dist_doc_DATA = README.md NEWS
 EXTRA_DIST = autogen.sh
 
 ACLOCAL_AMFLAGS = -I m4