diff options
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 |