diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 18:53:02 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 18:53:02 +0100 |
commit | 9907fff3139395846490c54fd9f04eb46df4b811 (patch) | |
tree | 5aaddeb9e218e0beb1a67eb999546da240a7ce73 /doc/Makefile | |
parent | efd5f75c0672773341b5ca1c1d4b2ad0c0d09daa (diff) |
Tweak output files
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index caaf4af..f180bbf 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,8 @@ ttms: pack build setoid-doc.ipkg %.md: .PHONY - pack run katla markdown sources/$*.md ./build/ttc/$*.ttm > $*.md + 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 |