Merge pull request #8 from troyengel/devel
add CHANGELOG.md to Makefile install-doc
This commit is contained in:
commit
08d464bc47
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue