diff -r 939cac0f3638 -r 06ced28bcbb8 Makefile --- 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 $<