X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/29a8a0c94fb61b2a907afd9a9684cff058b9498a..a1923ca89d84e6e2d39c5b6de1411623c5551484:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 9885f62..9322fe0 100644 --- 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