Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2008-11-02 20:53:03 +0300
committerJunio C Hamano <gitster@pobox.com>2008-11-03 07:46:52 +0300
commitb1a46b70b3dcf139c05160e1420e915358b9f947 (patch)
treefa90f0a0c54b17cf23d108f381d534bdecbcaf7b /Makefile
parent9f8f132621faedd250fded3e260402623da91a6f (diff)
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 40309e1537..220de39914 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