hakyll/Makefile
2011-06-13 08:43:28 +02:00

9 lines
227 B
Makefile

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