X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=4d6a7d0ec0ecc8c79b08910558c79e683c4c8790;hb=78260da4deee97a866ba83f8d73a8284b371f405;hp=9d5ded7c99cf094693f4d9da5c1030fce7f8d7b1;hpb=06781a444251b6aabfd9079f85ebcfa794f9db23;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 9d5ded7..4d6a7d0 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -89,7 +89,7 @@ TOUCH_MAIN = $(RM) dist-stage1/build/ghc/ghc-tmp/Main.o endif endif -dist-stage%: boot.stage.% +dist-stage1 dist-stage2 dist-stage3: dist-stage%: boot.stage.% boot.stage.%: $(CABAL) configure --distpref dist-stage$* \ @@ -127,6 +127,12 @@ install: --distpref dist-stage2 \ $(INSTALL_FLAGS) +html: + @: + +install-docs: + @: + include $(TOP)/mk/bindist.mk EXE_DIST_DIR = dist-stage$(stage)