unpaper/unpaper-6.1-Do-not-install-...

31 lines
905 B
Diff

From 78480f765f26f4bc2e5ac521fa78ba62bd899213 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Fri, 8 Jul 2016 10:29:29 +0200
Subject: [PATCH] Do not install COPYING into docdir
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 461d7ef..5e518d2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ unpaper_SOURCES = file.c imageprocess.c imageprocess.h parse.c \
unpaper_CFLAGS = $(LIBAV_CFLAGS)
unpaper_LDADD = $(LIBAV_LIBS)
-dist_doc_DATA = NEWS COPYING README.md AUTHORS
+extra_DIST = COPYING
+dist_doc_DATA = NEWS README.md AUTHORS
dist_man_MANS = unpaper.1
dist_html_DATA = doc/basic-concepts.md doc/image-processing.md \
--
2.5.5