summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2020-06-05 14:53:14 +0200
committerIgor Pashev <pashev.igor@gmail.com>2020-06-05 15:01:57 +0200
commitbe5e76c320810a797b85c1d4ad3d1e12ec8e7fbb (patch)
tree643aee41ce24d6be1b7b873daf9c6fe948862b47 /Makefile
parent6cf0ca7f96a3fba72bf42dab0e1add1b62e3f580 (diff)
downloadhakyll-be5e76c320810a797b85c1d4ad3d1e12ec8e7fbb.tar.gz
Remove some garbage
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