From b4c4a96b1443d206e856b5d3860bed904bf02c63 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 23 Apr 2016 15:04:45 +0200 Subject: [PATCH] Makefile: add doc/upgrade_to_v0.23.0.md --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c947032..121c76f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ install-doc: @echo 'installing documentation...' 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" gzip -9 "$(DESTDIR)$(DOCDIR)/README.md" gzip -9 "$(DESTDIR)$(DOCDIR)/FAQ.md" + gzip -9 "$(DESTDIR)$(DOCDIR)/upgrade_to_v0.23.0.md" install: install-bin install-systemd install-share install-man install-doc