X-Git-Url: https://git.subgeniuskitty.com/xmenu/.git/blobdiff_plain/9c891da8b31a7521326cc611bcbe48a510ad0a87..d2435fcd5f258e7dfc2993b1b2d0bfedf6ed883e:/Makefile diff --git a/Makefile b/Makefile index 8044579..8e58c75 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,9 @@ clean: install: all install -d ${DESTDIR}${PREFIX}/bin/ + install -d ${DESTDIR}${MANPREFIX}/man1/ install -m 755 ${PROG} ${DESTDIR}${PREFIX}/bin/ - install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX} + install -m 644 ${PROG}.1 ${DESTDIR}${MANPREFIX}/man1/ uninstall: rm -f ${DESTDIR}/${PREFIX}/bin/${PROG}