libgoatvr

view doc/Makefile @ 31:ec6edfe7774c

forgot to add the glext.h file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Apr 2015 02:02:04 +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)