tools: cleansite rule, create site /profs link

This commit is contained in:
Simon Michael 2010-05-23 19:24:26 +00:00
parent 6ce494a3ec
commit 7f7d320cc9

View File

@ -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