Added --link-to-local-agda-names to the Makefile

This commit is contained in:
Wen Kokke 2018-09-06 15:26:50 +01:00
parent 3f40638f17
commit 76609c5946

View file

@ -14,7 +14,7 @@ out/:
mkdir -p out/
out/%.md: src/%.lagda | out/
agda2html --verbose --link-to-agda-stdlib --use-jekyll=out/ -i $< -o $@ 2>&1 \
agda2html --verbose --link-to-agda-stdlib --link-to-local-agda-names --use-jekyll=out/ -i $< -o $@ 2>&1 \
| sed '/^Generating.*/d; /^Warning\: HTML.*/d; /^reached from the.*/d; /^\s*$$/d'
@sed -i '1 s|---|---\nsrc : $(<)|' $@