summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:44:39 +0100
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:44:39 +0100
commit2105ce8cc7abd08f79d701bddd23f9fa4e2ee56d (patch)
tree4ef023700db6fb9f83e709141ee4c22979b510b6 /Makefile
parente76452528ab8dd9c553c26c4b70d157242d16e68 (diff)
Add a manpage and install it, update debian description
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a8d2a1..0f0c9b7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,9 @@ dist: clean
install: all
@echo installing executable file to $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
+ $(INSTALL) -d $(MANDIR)/man1
$(INSTALL) -m 4755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
+ $(INSTALL) -m 644 i3lock.1 $(MANDIR)/man1/i3lock.1
uninstall:
@echo removing executable file from $(DESTDIR)$(PREFIX)/bin