diff 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 diff
--- a/Makefile	Wed Nov 30 18:46:32 2011 -0600
+++ b/Makefile	Mon Dec 05 18:50:33 2011 -0600
@@ -4,6 +4,9 @@
 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
+	rm slides.html slides.pdf