Add install-doc target to makefile
authorDaniel White <daniel@whitehouse.id.au>
Fri, 25 Jul 2008 16:35:39 +0000 (02:35 +1000)
committerDaniel White <daniel@whitehouse.id.au>
Wed, 30 Jul 2008 15:02:51 +0000 (01:02 +1000)
Signed-off-by: Daniel White <daniel@whitehouse.id.au>
Makefile

index 9885f62..95413a4 100644 (file)
--- 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