tRename MANPREFIX to MANDIR - wendy - watch files/directories and run commands on any event
HTML git clone git://z3bra.org/wendy
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit d8f37c773ffd11256084aec460d136491310bbbe
DIR parent f0a10e88853dd32896c2275a2165bb60b35bdd3f
HTML Author: z3bra <willyatmailoodotorg>
Date: Mon, 1 Feb 2016 19:48:41 +0100
Rename MANPREFIX to MANDIR
Diffstat:
M Makefile | 4 ++--
M config.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -15,8 +15,8 @@ clean :
install :
install -D -m0755 wendy ${DESTDIR}${PREFIX}/bin/wendy
- install -D -m0644 wendy.1 ${DESTDIR}${MANPREFIX}/man1/wendy.1
+ install -D -m0644 wendy.1 ${DESTDIR}${MANDIR}/man1/wendy.1
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/wendy
- rm -f ${DESTDIR}${MANPREFIX}/man1/wendy.1
+ rm -f ${DESTDIR}${MANDIR}/man1/wendy.1
DIR diff --git a/config.mk b/config.mk
t@@ -4,4 +4,4 @@ CFLAGS = -Wall -Wextra -pedantic
LDFLAGS =
PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/man
+MANDIR = ${PREFIX}/man