NCG: Validate fixes
[ghc-hetmet.git] / compiler / Makefile
index 7ca001a..fd6afb1 100644 (file)
@@ -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