From f1668587b6b047abe6c3d0273d5e12203020edbe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Oct 2008 23:32:07 +0000 Subject: [PATCH] test-docs make target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1f5a63d9e..6b13b75e4 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,10 @@ api-doc-frames: api-doc-with-source hoogleweb cp doc/misc/api-doc-frames.html api-doc/index.html ; \ cp doc/misc/hoogle-small.html hoogle +BROWSER=open +test-docs: api-doc-frames + $(BROWSER) api-doc/index.html + colourised-source: api-doc-dir echo "Generating colourised source" ; \ for f in *hs; do \