summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
blob: df54c5d8e3032b728b31d72f02c50ed3da99b3ec (plain)
1
2
3
4
5
6
7
8
9
all: rpc.html

clean:
	rm -rf *.html

%.html: %.txt
	asciidoc $<

.PHONY: all clean