From 8d28850580aa1fe9af26f8b010dd03a6b0402f59 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Jun 2009 09:39:58 +0000 Subject: [PATCH] fix make doctest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d134107e..e50e30dd6 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ unittest: # run doc tests doctest: tools/doctest - @tools/doctest AddCommand.hs + @tools/doctest Commands/Add.hs @tools/doctest Tests.hs # make sure we have no haddock errors