From 16d8fe36a166547848f6b4a56b41f9cd0c371129 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 13 Jul 2016 12:15:53 -0400 Subject: [PATCH] Makefile: 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"