[PATCH] Add doc and install-doc targets to the Makefile
[git.git] / Makefile
index cf162a9..dd3c6cc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -192,6 +192,12 @@ rpm: dist
 test: all
        $(MAKE) -C t/ all
 
+doc:
+       $(MAKE) -C Documentation all
+
+install-doc:
+       $(MAKE) -C Documentation install
+
 clean:
        rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
        rm -f git-core-*.tar.gz git-core.spec