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 \