summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: ac7e6e318d4a920b66e04310abb18b581e4305db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: Tutorial.html

.PHONY:

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

install-deps:
	pack install-deps setoid-doc.ipkg