Fixed call to agda2html (jekyll-root -> use-jekyll)
This commit is contained in:
parent
ecc468c84d
commit
cfac659f51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue