libgoatvr

view doc/Makefile @ 28:5136dfcea7b1

ported to OVR 0.5.0.1
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 06 Apr 2015 05:17:11 +0300
parents
children
line source
1 rstfiles = $(wildcard *.rst)
2 htmlfiles = $(rstfiles:.rst=.html)
4 .PHONY: html
5 html: $(htmlfiles)
7 %.html: %.rst
8 rst2html $(RSTFLAGS) $< >$@
10 .PHONY: clean
11 clean:
12 rm -f $(htmlfiles)