From 722b07a6ecbba0d633400b394f8540cf948eb6a6 Mon Sep 17 00:00:00 2001 From: Daniel White Date: Sat, 26 Jul 2008 02:35:39 +1000 Subject: [PATCH] Add install-doc target to makefile Signed-off-by: Daniel White --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9885f62..95413a4 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ install: doc: cd Documentation && $(MAKE) all +install-doc: + $(MAKE) -C Documentation install + test: cd t && $(MAKE) all @@ -33,4 +36,4 @@ clean: tags: ctags -e -R stgit/* -.PHONY: all install doc test test_patches clean +.PHONY: all install doc install-doc test test_patches clean -- 2.11.0