From 95916e1f600d8cb54d787db6e13da3e24c7d7193 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 29 Mar 2012 23:38:36 +0000 Subject: [PATCH] tools: view framed haddock by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f458a747b..e4acfce0f 100644 --- a/Makefile +++ b/Makefile @@ -600,7 +600,7 @@ haddock: .haddockprologue # browse the api docs viewhaddock: - $(VIEWHTML) site/api/index.html + $(VIEWHTML) site/api/frames.html # http://www.cs.york.ac.uk/fp/darcs/hscolour/ HSCOLOUR=HsColour -css