diff --git a/make-includes/build_lecture_rules.make b/make-includes/build_lecture_rules.make index 6abc750..fd3d281 100644 --- a/make-includes/build_lecture_rules.make +++ b/make-includes/build_lecture_rules.make @@ -80,7 +80,7 @@ # # List of standard "phony" build targets. # -TARGETS+=slides notes slides-combined slides-notes figures figures2up combined +TARGETS+=slides notes combined handout figures figures2up slides-notes slides-combined slides-handout # .PHONY: $(TARGETS) @@ -224,6 +224,8 @@ # # Build the slides for the combined document. # +slides-handout: slides-combined + slides-combined: slides-combined.pdf slides-combined.pdf: $(SLIDES_IN).tex $(SLIDE_IMAGES) $(SLIDE_BACKGROUNDS) @@ -233,6 +235,8 @@ # # Build the complete combined document. # +handout: combined + combined: $(COMBINED).pdf $(COMBINED).pdf: $(COMBINED_PREREQS) $(COMBI_IMAGES) $(COMBI_FILES)