From aa28216f9b8b4b4437e8cf4013c1100148aadd7d Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Fri, 10 Feb 2012 09:27:08 +0000 Subject: [PATCH] [1.5] fixed an error in autotools that prevented the build because no CHANGES file anymore --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d4b8056f..9e62a65c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,7 +34,7 @@ doc: endif docsdir = $(docdir)-$(MAJOR_NR).$(MINOR_NR) -docs_DATA = $(top_builddir)/LICENSE $(top_builddir)/CHANGES +docs_DATA = $(top_builddir)/LICENSE dist_man1_MANS = \ man/man1/image_to_j2k.1 \