summaryrefslogtreecommitdiff
path: root/web/GNUmakefile
blob: 37b2a5e035d253d70351465eec799a62356d1d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SKRIBILO := skribilo -v2

docs := index.skb
products := $(docs:%.skb=%.html)


all: $(products)

%.html: %.skb
	$(SKRIBILO) --target=html -o $@ $^

clean:
	-rm -f $(products)


.PHONY: all clean

# arch-tag: c5c7c80c-5cb1-47f2-a93d-53c690e30bd6