Remove unneeded import
[stgit] / Makefile
index 9885f62..9322fe0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,12 @@ install:
 doc:
        cd Documentation && $(MAKE) all
 
+install-doc:
+       $(MAKE) -C Documentation install
+
+install-html:
+       $(MAKE) -C Documentation install-html
+
 test:
        cd t && $(MAKE) all
 
@@ -33,4 +39,4 @@ clean:
 tags:
        ctags -e -R stgit/*
 
-.PHONY: all install doc test test_patches clean
+.PHONY: all install doc install-doc install-html test test_patches clean