about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:41:28 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:41:28 +0100
commitf6b91cf44ffb415c7c3c609c14bbe3cc2607d7d0 (patch)
tree3ff1e6ba1d76c96a7f820565836c677c68f5f084
parent4d576514ec9042d5a4933fc0d20b3f1bd51f9ece (diff)
downloadlr-f6b91cf44ffb415c7c3c609c14bbe3cc2607d7d0.tar.gz
lr-f6b91cf44ffb415c7c3c609c14bbe3cc2607d7d0.tar.xz
lr-f6b91cf44ffb415c7c3c609c14bbe3cc2607d7d0.zip
install manpage
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42d417b..124dcd0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,5 +15,6 @@ clean: FRC
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)
+	install -m0644 $(ALL:=.1) $(DESTDIR)$(MANDIR)/man1
 
 FRC: