Makefile
changeset 28 06ced28bcbb8
parent 21 e5d2bd8b5c6f
child 29 f5fb56d00192
--- a/Makefile	Mon May 12 14:07:20 2014 +0200
+++ b/Makefile	Mon May 12 14:14:52 2014 +0200
@@ -1,5 +1,5 @@
 
-ALL = mk2014.pdf
+ALL = handout.pdf beamer.pdf
 
 # input
 CONF   = $(wildcard conf/*.conf)
@@ -12,13 +12,13 @@
 
 all:		$(ALL)
 clean:
-	rubber --clean mk2014.tex
+	rubber --clean handout.tex beamer.tex
 	-rm -f *.vrb $(IMAGES)
 
 distclean:	clean
 	rubber --clean -d mk2014.tex
 
-mk2014.pdf:	mk2014.tex $(IMAGES) $(FRAMES) $(CONF) $(OUT)
+beamer.pdf handout.pdf:	mk2014.tex $(IMAGES) $(FRAMES) $(CONF) $(OUT)
 
 %.pdf:	%.tex
 	rubber -f -d $<