add CHANGELOG.md to Makefile install-docs
This commit is contained in:
parent
f4bd671605
commit
ef34f1dcd5
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -32,7 +32,8 @@ install-main:
|
||||||
|
|
||||||
install-doc:
|
install-doc:
|
||||||
install -dm0755 "$(DESTDIR)$(DOCPREFIX)/petrified/extra"
|
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 \
|
install -Dm0644 extra/petrified.crontab extra/petrified.dispatch \
|
||||||
extra/petrified.logrotate "$(DESTDIR)$(DOCPREFIX)/petrified/extra"
|
extra/petrified.logrotate "$(DESTDIR)$(DOCPREFIX)/petrified/extra"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue