summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangZhuo Chen (陳昌倬) <czchen@debian.org>2018-11-04 21:34:10 +0800
committerPaul Gevers <elbrus@debian.org>2020-12-10 09:24:21 +0100
commitf12f390fac947ef5d91c64e0a8d28709b2a3b4c9 (patch)
treeb5a78e37337de1059d199393823d973f6bb2a328
parent48adaea95adf7a875248d813b1e8c28e268b0cbb (diff)
Do not distribute COPYING, fixes lintian warning
Forwarded: not-needed Last-Update: 2015-10-11 Gbp-Pq: Name dont-distribute-duplicate-docs.patch
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5337577..cd16690 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,7 @@ EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
# README.md is expected in Github projects, good stuff in it, so we'll
# distribute it and install it with the package in the doc directory.
docdir = ${datadir}/doc/${PACKAGE}
-dist_doc_DATA = README.md COPYING AUTHORS README
+dist_doc_DATA = AUTHORS README
RELEASE ?= 1
rpm: dist jq.spec