Add documentation Makefile

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-10-04 10:40:59 +02:00
parent a8552f5444
commit a99c0fe5d3

9
doc/Makefile Normal file
View file

@ -0,0 +1,9 @@
all: rpc.html
clean:
rm -rf *.html
%.html: %.txt
asciidoc $<
.PHONY: all clean