]> granicus.if.org Git - libexpat/commitdiff
lib/Makefile.am: Install files AUTHORS and Changes, too
authorSebastian Pipping <sebastian@pipping.org>
Tue, 15 Aug 2017 19:46:29 +0000 (21:46 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Tue, 15 Aug 2017 20:09:59 +0000 (22:09 +0200)
expat/lib/Makefile.am

index 05cfa3c40b8f8032e7e28d284e946f5f2920f7e9..d655a29ff76f0dc069f6af73fcac577d226052c8 100644 (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 \