X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=fd6afb1c355018791ce408f1a160335b4bd0573c;hb=9de520b7194c9d759147db98deb3cd8d47d0de76;hp=7ca001a3ed2d0c6049398a0867916615065f8c8d;hpb=177b55f11e3d01d4141fd1efa8a90c58e79e10b4;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 7ca001a..fd6afb1 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -212,6 +212,7 @@ build.stage.%: doc.stage.%: $(CABAL) haddock --distpref dist-stage$* \ + --html-location='../$$pkg' \ --haddock-option=--optghc=-DSTAGE=$* \ --haddock-option=+RTS --haddock-option=-s --haddock-option=-c --haddock-option=-RTS \ --with-haddock=$(FPTOOLS_TOP_ABS)/utils/haddock/install-inplace/bin/haddock @@ -492,7 +493,7 @@ GHCTAGS = $(TOP)/utils/ghctags/ghctags.exe else GHCTAGS = $(TOP)/utils/ghctags/ghctags-inplace endif -GHCTAGS_ROOT = main/GHC.hs +GHCTAGS_ROOT = main/GHC.hs ghci/InteractiveUI.hs main/PprTyThing.hs # etags for stage2 is actually broken since it requires building # ghctags against an older ghc api