From 9a314eb7566058b7c7c1e6dfd81b6ca648c93fa1 Mon Sep 17 00:00:00 2001 From: tengel Date: Sun, 19 Nov 2017 11:58:26 -0600 Subject: [PATCH] add CHANGELOG.md to Makefile install-docs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b33b4fa..df95967 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,8 @@ install-main: install-doc: install -dm0755 "$(DESTDIR)$(DOCPREFIX)/petrified/extra" - install -Dm0644 README.pod LICENSE "$(DESTDIR)$(DOCPREFIX)/petrified" + install -Dm0644 README.pod LICENSE CHANGELOG.md \ + "$(DESTDIR)$(DOCPREFIX)/petrified" install -Dm0644 extra/petrified.crontab extra/petrified.dispatch \ extra/petrified.logrotate "$(DESTDIR)$(DOCPREFIX)/petrified/extra"