view Makefile @ 12:727c48601d66

Copied default theme to my_theme so that the generated relative HTML can find the CSS and Javascript if I present on a different computer that doesn't have landslide installed. I also fixed a small typo in the presentation.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 18:44:44 -0600
parents 1f58f03815f9
children d0f34c9c8a76
line wrap: on
line source
all: slides.html
.PHONY: all

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

.PHONY: clean
clean:
	rm slides.html