Handle the html target in compiler/ and ghc/
authorIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 15:14:29 +0000 (15:14 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 28 Aug 2008 15:14:29 +0000 (15:14 +0000)
compiler/Makefile
ghc/Makefile

index 7056ae7..cd6b295 100644 (file)
@@ -452,6 +452,9 @@ primop-primop-info.hs-incl: prelude/primops.txt
 primop-usage.hs-incl: prelude/primops.txt
        $(GENPRIMOP) --usage              < $< > $@
 
+html:
+       $(MAKE) doc stage=2
+
 install-docs:
        @:
 
index 4735e3b..4d6a7d0 100644 (file)
@@ -127,6 +127,9 @@ install:
                           --distpref dist-stage2                         \
                           $(INSTALL_FLAGS)
 
+html:
+       @:
+
 install-docs:
        @: