From 26a024a5fe3cef1e591c084306f4e626219eeec4 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 13 Jul 2016 12:15:53 -0400 Subject: [PATCH] Include ChangeLog in install-doc install-doc should install ChangeLog along with the other documentation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 711565f..cf6a23c 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ install-man: install-doc: @echo 'installing documentation...' + install -Dm644 ChangeLog "$(DESTDIR)$(DOCDIR)/ChangeLog" install -Dm644 README.md "$(DESTDIR)$(DOCDIR)/README.md" install -Dm644 doc/FAQ.md "$(DESTDIR)$(DOCDIR)/FAQ.md" install -Dm644 doc/upgrade_to_v0.23.0.md "$(DESTDIR)$(DOCDIR)/upgrade_to_v0.23.0.md"