mirror of https://github.com/digint/btrbk
Makefile: include ChangeLog in install-doc
install-doc should install ChangeLog along with the other documentation.pull/104/head
parent
796b6bd9bf
commit
16d8fe36a1
1
Makefile
1
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"
|
||||
|
|
Loading…
Reference in New Issue