Makefile: include ChangeLog in install-doc

install-doc should install ChangeLog along with the other documentation.
pull/104/head
Craig Andrews 2016-07-13 12:15:53 -04:00 committed by Axel Burri
parent 796b6bd9bf
commit 16d8fe36a1
1 changed files with 1 additions and 0 deletions

View File

@ -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"