lib/Makefile.am: Install files AUTHORS and Changes, too

This commit is contained in:
Sebastian Pipping 2017-08-15 21:46:29 +02:00
parent 9abc72b58e
commit 2cb09ae4da

View File

@ -46,6 +46,16 @@ libexpat_la_SOURCES = \
xmltok.c \
xmlrole.c
doc_DATA = \
../AUTHORS \
../Changes
install-data-hook:
cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
uninstall-local:
$(RM) "$(DESTDIR)$(docdir)/changelog"
EXTRA_DIST = \
ascii.h \
asciitab.h \