hakyll/Makefile
2011-06-11 21:01:20 +02:00

9 lines
251 B
Makefile

# Generate the docs and copy them to the website dir
haddock:
cabal haddock --hyperlink-source
rm -rf examples/hakyll/reference/
cp -r dist/doc/html/hakyll/ examples/hakyll/reference/
# Run the tests
test:
runghc -isrc -itests tests/TestSuite.hs