diff options
author | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 19:08:32 +0100 |
---|---|---|
committer | Ohad Kammar <ohad.kammar@ed.ac.uk> | 2022-08-07 19:08:32 +0100 |
commit | bc260cdfa7b309820594b7caf14f62be8343358e (patch) | |
tree | 70f974b3a94c5ec086224b82187d89e45ba90dd9 /doc/Makefile | |
parent | 9907fff3139395846490c54fd9f04eb46df4b811 (diff) |
Switch to HTML only
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile index f180bbf..ac7e6e3 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,13 +1,13 @@ -all: Tutorial.md +all: Tutorial.html -.PHONY: all ttms +.PHONY: ttms: pack build setoid-doc.ipkg -%.md: .PHONY - pack run katla markdown --config ./setoid-doc-style.dhall sources/$*.md ./build/ttc/$*.ttm > $*.md - pandoc $*.md -o $*.html +%.html: .PHONY + pack run katla markdown --config ./setoid-doc-style.dhall sources/$*.md ./build/ttc/$*.ttm \ + | pandoc -o $*.html install-deps: pack install-deps setoid-doc.ipkg |