tools: cleansite rule, create site /profs link
This commit is contained in:
parent
6ce494a3ec
commit
7f7d320cc9
5
Makefile
5
Makefile
@ -305,7 +305,10 @@ docs: site apidocs
|
|||||||
.PHONY: site
|
.PHONY: site
|
||||||
site: site/hakyll
|
site: site/hakyll
|
||||||
cd site; ./hakyll build
|
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
|
site/hakyll: site/hakyll.hs
|
||||||
cd site; ghc --make hakyll.hs
|
cd site; ghc --make hakyll.hs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user