diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 00:54:46 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-24 00:54:46 +0200 |
commit | 6cf90596649ecaea53d982ef2c02bf030117d33e (patch) | |
tree | c1904ec3228b504d124b25420a7f06487519f1ac | |
parent | 5a3cc23896473e8315cf9cf7b8e8f2db32944e3c (diff) |
debian: symlink the manpage of i3status for the i3status-xmobar binary
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 692d31d..a27eb63 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ install: build dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/i3status/ install install -m 755 $(CURDIR)/i3status-xmobar $(CURDIR)/debian/i3status/usr/bin/i3status-xmobar + ln -s i3status.1.gz $(CURDIR)/debian/i3status/usr/share/man/man1/i3status-xmobar.1.gz # Build architecture-independent files here. binary-indep: build install |