diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 23:35:19 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 23:35:19 +0100 |
commit | 85b191cd3134102c7205c1771806ee16f73b3a89 (patch) | |
tree | 9ca3e343244e8a1e5fc15f4874e220f4c852651a /doc/Makefile | |
parent | bc260cdfa7b309820594b7caf14f62be8343358e (diff) |
Write about equivalence relations
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
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 |