view Makefile @ 16:048e5aea6d36 tip

Updates for June 2012 presentation.
author Brian Neal <bgneal@gmail.com>
date Mon, 25 Jun 2012 19:51:34 -0500
parents d0f34c9c8a76
children
line wrap: on
line source
all: slides.html
.PHONY: all

slides.html: slides.rst slides.css slides.cfg
	landslide slides.cfg

slides.pdf: slides.rst slides.css slides_pdf.cfg
	landslide slides_pdf.cfg

.PHONY: clean
clean:
	rm slides.html slides.pdf