diff --git a/Makefile b/Makefile index 3327852..25e82a6 100644 --- a/Makefile +++ b/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