summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-08-15 21:46:29 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-08-15 22:09:59 +0200
commit2cb09ae4da6c89f35be55a54f1b59f0327d9dbb3 (patch)
tree6d039848190f2bb374868425adebb6e4d626fd33
parent9abc72b58e695c92ba99aaa66ce8b86b3d222e5f (diff)
downloadlibexpat-git-2cb09ae4da6c89f35be55a54f1b59f0327d9dbb3.tar.gz
lib/Makefile.am: Install files AUTHORS and Changes, too
-rw-r--r--expat/lib/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/expat/lib/Makefile.am b/expat/lib/Makefile.am
index 05cfa3c4..d655a29f 100644
--- a/expat/lib/Makefile.am
+++ b/expat/lib/Makefile.am
@@ -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 \