annotate Makefile @ 13:3547bba86af2

Removed *.html from .hgignore because we are using our own theme now (that includes a base.html file), and it is convenient to control the generated presentation since I won't necessarily have Python and landslide installed on every computer I want to give the presentation.
author Brian Neal <bgneal@gmail.com>
date Wed, 30 Nov 2011 18:46:32 -0600
parents 1f58f03815f9
children d0f34c9c8a76
rev   line source
bgneal@8 1 all: slides.html
bgneal@8 2 .PHONY: all
bgneal@8 3
bgneal@8 4 slides.html: slides.rst slides.css slides.cfg
bgneal@8 5 landslide slides.cfg
bgneal@8 6
bgneal@8 7 .PHONY: clean
bgneal@8 8 clean:
bgneal@8 9 rm slides.html