summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorOhad Kammar <ohad.kammar@ed.ac.uk>2022-08-07 23:35:19 +0100
committerOhad Kammar <ohad.kammar@ed.ac.uk>2022-08-07 23:35:19 +0100
commit85b191cd3134102c7205c1771806ee16f73b3a89 (patch)
tree9ca3e343244e8a1e5fc15f4874e220f4c852651a /doc/Makefile
parentbc260cdfa7b309820594b7caf14f62be8343358e (diff)
Write about equivalence relations
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ac7e6e3..c50a300 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,8 +6,8 @@ ttms:
pack build setoid-doc.ipkg
%.html: .PHONY
- pack run katla markdown --config ./setoid-doc-style.dhall sources/$*.md ./build/ttc/$*.ttm \
- | pandoc -o $*.html
+ pack run katla markdown --config ./setoid-doc-style.dhall sources/$*.md ./build/ttc/$*.ttm > $*.md
+ pandoc $*.md -o $*.html
install-deps:
pack install-deps setoid-doc.ipkg