hakyll/Makefile

10 lines
227 B
Makefile
Raw Permalink Normal View History

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