aurweb/doc/Makefile
Lukas Fleischer a99c0fe5d3 Add documentation Makefile
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-10-04 11:40:38 +02:00

9 lines
84 B
Makefile

all: rpc.html
clean:
rm -rf *.html
%.html: %.txt
asciidoc $<
.PHONY: all clean