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