From 7f7d320cc95339d60bbe9b6bfc17a86b3053cd7c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 23 May 2010 19:24:26 +0000 Subject: [PATCH] tools: cleansite rule, create site /profs link --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6ce7a74d..b00b132a8 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,10 @@ docs: site apidocs .PHONY: site site: site/hakyll cd site; ./hakyll build - cd site/_site; ln -sf README.html index.html + cd site/_site; ln -sf README.html index.html; ln -sf ../../profs + +cleansite: site/hakyll + cd site; ./hakyll clean site/hakyll: site/hakyll.hs cd site; ghc --make hakyll.hs