From ef34f1dcd5378137ff6aaa4f44e3354347637413 Mon Sep 17 00:00:00 2001 From: troyengel 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"