tFIX: Man Makefile install in to right place. - wmutils - X windows manipulation utilities
 (HTM) git clone git://z3bra.org/wmutils
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e33b94af0b1f73b8bc63306fd2fd658c730149b5
 (DIR) parent 52c9f5f258ed17fb873e054a0902f3dd3f550e4e
 (HTM) Author: Danil Kutkevich <danil@kutkevich.org>
       Date:   Sun, 14 Dec 2014 19:52:56 +0300
       
       FIX: Man Makefile install in to right place.
       
       Man Makefile install in to right place from right source.
       
       Diffstat:
         M man/Makefile                        |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/man/Makefile b/man/Makefile
       t@@ -30,8 +30,8 @@ all: $(MAN)
                @$(GZ) -c $< > $@
        
        install: $(MAN)
       -        mkdir -p $(DESTDIR)$(MANPREFIX)/bin/
       -        cp -f $(BIN) $(DESTDIR)$(MANPREFIX)/man1/
       +        mkdir -p $(DESTDIR)$(MANPREFIX)/man1/
       +        cp -f $(MAN) $(DESTDIR)$(MANPREFIX)/man1/
        
        uninstall:
                @echo "removing manpages"