Fixed call to agda2html (jekyll-root -> use-jekyll)

This commit is contained in:
Wen Kokke 2018-06-02 20:12:51 +01:00
parent ecc468c84d
commit cfac659f51

View file

@ -6,7 +6,7 @@ all: bugfix $(markdown)
out/%.md: src/%.lagda
mkdir -p out
agda2html --verbose --link-to-agda-stdlib --jekyll-root=out/ -i $< -o $@
agda2html --verbose --link-to-agda-stdlib --use-jekyll=out/ -i $< -o $@
# start server
server-start: