makefile: fix man page installation
This commit is contained in:
parent
387c397a5a
commit
4c4ed78952
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -23,7 +23,7 @@ clean:
|
|||
|
||||
install: esv
|
||||
install -Dm755 esv ${DESTDIR}${PREFIX}/bin/esv
|
||||
install -Dm644 esv.1 ${DESTDIR}${MANPREFIX}/man1
|
||||
install -Dm644 esv.conf.5 ${DESTDIR}${MANPREFIX}/man5
|
||||
install -Dm644 esv.1 ${DESTDIR}${MANPREFIX}/man1/esv.1
|
||||
install -Dm644 esv.conf.5 ${DESTDIR}${MANPREFIX}/man5/esv.conf.5
|
||||
|
||||
.PHONY: all clean install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue