wendy

inotify based node watcher
git clone git://git.2f30.org/wendy
Log | Files | Refs | README | LICENSE

commit 3dec7f9619a5fd824a247260f5d1637a3a731643
parent 47950683340fba7430aee89346585855f28e9c06
Author: a bocx of rocx <bocxorocx@users.noreply.github.com>
Date:   Tue, 14 Apr 2015 16:13:08 -0400

Manual page installation
Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -21,6 +21,8 @@ path: install : install -D -m0755 wendy ${DESTDIR}${PREFIX}/bin/wendy + install -D -m0644 wendy.1 ${DESTDIR}${MANPREFIX}/man1/wendy.1 uninstall: ${RM} ${DESTDIR}${PREFIX}/bin/wendy + ${RM} ${DESTDIR}${MANPREFIX}/man1/wendy.1