From 6d3eaa3ebf4ad9c97c70b06f503e61e5cefee8b6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Oct 2008 10:18:07 +0000 Subject: [PATCH] fix up src-Main.html link --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4ab668a5e..1f5a63d9e 100644 --- a/Makefile +++ b/Makefile @@ -75,6 +75,7 @@ colourised-source: api-doc-dir for f in *hs; do \ HsColour -css -anchor $$f -oapi-doc/`echo "src/"$$f | sed -e's%/%-%g' | sed -e's%\.hs$$%.html%'` ; \ done ; \ + cp api-doc/src-hledger.html api-doc/src-Main.html ; \ HsColour -print-css >api-doc/hscolour.css #generate a hoogle index