tMerge pull request #7 from danil/master - wmutils - X windows manipulation utilities
(HTM) git clone git://z3bra.org/wmutils
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8b01e1ca3d1d35c0640ec922c86a6ace5c15a943
(DIR) parent 52c9f5f258ed17fb873e054a0902f3dd3f550e4e
(HTM) Author: zebra v3.1 <z3bratabs@users.noreply.github.com>
Date: Sun, 14 Dec 2014 18:30:20 +0100
Merge pull request #7 from danil/master
Misprints in man Makefile
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"