URI: 
       tManual page installation - 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 3dec7f9619a5fd824a247260f5d1637a3a731643
   DIR parent 47950683340fba7430aee89346585855f28e9c06
  HTML Author: a bocx of rocx <bocxorocx@users.noreply.github.com>
       Date:   Tue, 14 Apr 2015 16:13:08 -0400
       
       Manual page installation
       Diffstat:
         M Makefile                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -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