summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /Makefile
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d9ddd5..1029599 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
# 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/
+ rm -rf web/reference/
+ cp -r dist/doc/html/hakyll/ web/reference/
# Run the tests
test: