[1.5] fixed an error in autotools that prevented the build because no CHANGES file anymore
This commit is contained in:
parent
e449cb706f
commit
aa28216f9b
|
@ -34,7 +34,7 @@ doc:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
docsdir = $(docdir)-$(MAJOR_NR).$(MINOR_NR)
|
docsdir = $(docdir)-$(MAJOR_NR).$(MINOR_NR)
|
||||||
docs_DATA = $(top_builddir)/LICENSE $(top_builddir)/CHANGES
|
docs_DATA = $(top_builddir)/LICENSE
|
||||||
|
|
||||||
dist_man1_MANS = \
|
dist_man1_MANS = \
|
||||||
man/man1/image_to_j2k.1 \
|
man/man1/image_to_j2k.1 \
|
||||||
|
|
Loading…
Reference in New Issue