summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2009-10-13 08:24:04 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-10-13 08:24:04 +0200
commitc303057868fae4e38949a8c79d4652c204ce2682 (patch)
treec50eebeac211fb9215e9acbcbac06f263196ed0d /Makefile
parenta291596367c01c3dbc7c40efff4ff04834196f89 (diff)
Bugfix: Install manpage from new path (Thanks shatter)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78984f6..2b8f0cc 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ install:
install -m 755 -d $(DESTDIR)/usr/share/man/man1
install -m 755 i3status $(DESTDIR)/usr/bin/i3status
install -m 644 i3status.conf $(DESTDIR)/etc/i3status.conf
- install -m 644 i3status.1 $(DESTDIR)/usr/share/man/man1
+ install -m 644 man/i3status.1 $(DESTDIR)/usr/share/man/man1
release:
[ -f i3status-${VERSION} ] || rm -rf i3status-${VERSION}