From 1ea4e71697222706ed27290d5dd3de0458b025dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Wed, 29 Jun 2016 18:39:08 +0200 Subject: [PATCH] Makefile.am: Install also README and NEWS files --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afb23034..1577e60b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = libudffs mkudffs cdrwtool pktsetup udffsck wrudf doc -dist_doc_DATA = AUTHORS COPYING +dist_doc_DATA = AUTHORS COPYING NEWS README