summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-12-16 10:10:07 +0100
committerThiago Macieira <thiago.macieira@intel.com>2013-12-16 21:41:00 +0100
commit48f6d64c1def31b9484589abc5c117fad2a9a197 (patch)
treefdbb8d75f217583f417ee47077a05ab52b042c81
parent4717841185d34bbe450e3b24445f2d35e3325a6a (diff)
make install installs the man page too
Change-Id: I1c1afa489db7878277264d289b6da2c060de4d1b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 20b9100..6227a5d 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ install:
case `uname -s` in Darwin) \
for tool in $(MACTOOLS); do ln -sf qtchooser "$(INSTALL_ROOT)$(bindir)/$$tool"; done \
;; esac
+ install -m 644 -p doc/qtchooser.1 $(INSTALL_ROOT)$(prefix)/share/man/man1
uninstall:
cd src/qtchooser && $(MAKE) uninstall