X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/665488a6eedeecf743e44bd9624105c8b47c4f97..de3463988319271f504b5e3deb13f598470acd0d:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 66040d9..3910080 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = main.c util.c +SRC = draw.c main.c util.c OBJ = ${SRC:.c=.o} all: options dmenu @@ -44,7 +44,7 @@ install: all @chmod 755 ${DESTDIR}${PREFIX}/bin/dmenu @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed 's/VERSION/${VERSION}/g' < dmenu.1 > ${DESTDIR}${MANPREFIX}/man1/dmenu.1 + @sed "s/VERSION/${VERSION}/g" < dmenu.1 > ${DESTDIR}${MANPREFIX}/man1/dmenu.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dmenu.1 uninstall: