diff --git a/makefile-templates/Makefile.lecture b/makefile-templates/Makefile.lecture index 5c29a89..b2537a4 100755 --- a/makefile-templates/Makefile.lecture +++ b/makefile-templates/Makefile.lecture @@ -119,8 +119,7 @@ # We assume that shared infrastructure files are in the parent directory; # modify as necessary. # -SLIDE_FILES=$(wildcard ../*_slides.tex) ../Paper_variables.tex \ - Chapter_variables.tex +SLIDE_FILES=../../paper_init.tex chapter_init.tex # # List of images used in the presentation as backgrounds or watermarks. @@ -135,8 +134,7 @@ # # List of other files used in the figures and examples document. # -FIG_FILES=$(wildcard ../*_figures.tex) ../Paper_variables.tex \ - Chapter_variables.tex +FIG_FILES=../../paper_init.tex chapter_init.tex # # List of images used in the combined lecture material document. @@ -146,8 +144,7 @@ # # List of other files used in the combined lecture material document. # -COMBI_FILES=$(wildcard ../*_combined.tex) ../Paper_variables.tex \ - Chapter_variables.tex +COMBI_FILES=../../paper_init.tex chapter_init.tex # # List of files other than the standard ones (slides, figures, combined)