summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2008-11-02 17:53:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-11-03 04:46:52 (GMT)
commitb1a46b70b3dcf139c05160e1420e915358b9f947 (patch)
treefa90f0a0c54b17cf23d108f381d534bdecbcaf7b /Makefile
parent9f8f132621faedd250fded3e260402623da91a6f (diff)
downloadgit-b1a46b70b3dcf139c05160e1420e915358b9f947.zip
git-b1a46b70b3dcf139c05160e1420e915358b9f947.tar.gz
git-b1a46b70b3dcf139c05160e1420e915358b9f947.tar.bz2
Makefile: add install-man rules (quick and normal)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40309e1..220de39 100644
--- a/Makefile
+++ b/Makefile
@@ -1405,6 +1405,9 @@ endif
install-doc:
$(MAKE) -C Documentation install
+install-man:
+ $(MAKE) -C Documentation install-man
+
install-html:
$(MAKE) -C Documentation install-html
@@ -1414,6 +1417,9 @@ install-info:
quick-install-doc:
$(MAKE) -C Documentation quick-install
+quick-install-man:
+ $(MAKE) -C Documentation quick-install-man
+
quick-install-html:
$(MAKE) -C Documentation quick-install-html