about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:00:04 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 20:00:04 +0100
commit8865b3944af86db9090e8ca5006c997638c153d3 (patch)
treeff765569dd928695d88880f1a23105f80eadc3f7
parentc98cbab2b0039b99229e03fcf1f48976ec824453 (diff)
downloadxe-8865b3944af86db9090e8ca5006c997638c153d3.tar.gz
xe-8865b3944af86db9090e8ca5006c997638c153d3.tar.xz
xe-8865b3944af86db9090e8ca5006c997638c153d3.zip
Makefile: install manpage.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4dc1a2b..5616336 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: