Mercurial > public > dvcs_intro_brownbag
view Makefile @ 14:d0f34c9c8a76 201112
Added a makefile rule to build a pdf. Added a config file for pdf building.
Ignore .pdf files.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 05 Dec 2011 18:50:33 -0600 |
parents | 1f58f03815f9 |
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