From b1a46b70b3dcf139c05160e1420e915358b9f947 Mon Sep 17 00:00:00 2001 From: Markus Heidelberg Date: Sun, 2 Nov 2008 18:53:03 +0100 Subject: Makefile: add install-man rules (quick and normal) Signed-off-by: Junio C Hamano --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40309e153..220de3991 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 -- cgit v1.2.1