diff options
author | Bert <ber.t@gmx.com> | 2011-01-23 18:20:08 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-23 18:20:08 +0100 |
commit | d3da0eb71e279f394803eea99f3b1be7b94bd511 (patch) | |
tree | ee00574b917fae966a0494b706ca43a74ac164ec /Makefile | |
parent | bce599038ceac361c09e9d715e8c94716d6c3d0c (diff) |
Added man page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ sxiv: $(OBJFILES) install: all install -D -m 4755 -o root -g root sxiv $(PREFIX)/sbin/sxiv + mkdir -p $(PREFIX)/share/man/man1 + sed "s/VERSION/$(VERSION)/g" dwm.1 > $(PREFIX)/share/man/man1/sxiv.1 + chmod 644 $(PREFIX)/share/man/man1/sxiv.1 clean: rm -f sxiv *.o |