fix make doctest

This commit is contained in:
Simon Michael 2009-06-05 09:39:58 +00:00
parent d1418a2a21
commit 8d28850580

View File

@ -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