diff options
| author | Antonin Descampe <antonin@gmail.com> | 2012-02-10 09:27:08 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2012-02-10 09:27:08 +0000 |
| commit | aa28216f9b8b4b4437e8cf4013c1100148aadd7d (patch) | |
| tree | 8c01be02af0881ec726321b83703d27c86917495 /doc | |
| parent | e449cb706f60a96636d64b2b62a19c639d95215a (diff) | |
[1.5] fixed an error in autotools that prevented the build because no CHANGES file anymore
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
