summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5c71a12..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-PACKAGE="$(shell stack list-dependencies --separator='-' | grep hakyll)"
-LOCAL_DOC_ROOT="$(shell stack path --local-doc-root)"
-
-# Generate the docs and copy them to the website dir
-haddock:
- stack build --haddock --no-haddock-deps
- rsync -r "$(LOCAL_DOC_ROOT)/$(PACKAGE)/" web/reference/
-
-.PHONY: haddock