libgoatvr

view doc/Makefile @ 33:1102327fe85f

added red-cyan anaglyph fallback drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:34:00 +0200
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)