diff --git a/makefile-templates/Makefile.lecture b/makefile-templates/Makefile.lecture index 5e16437..a42690b 100755 --- a/makefile-templates/Makefile.lecture +++ b/makefile-templates/Makefile.lecture @@ -129,12 +129,22 @@ # # List of images used in the figures and examples document. # -FIG_IMAGES=$(wildcard ../*_figures.tex) +FIG_IMAGES= # # List of other files used in the figures and examples document. # -FIG_FILES= +FIG_FILES=$(wildcard ../*_figures.tex) + +# +# List of images used in the combined lecture material document. +# +FIG_IMAGES= + +# +# List of other files used in the combined lecture material document. +# +FIG_FILES=$(wildcard ../*_combined.tex) # # List of files other than the standard ones (slides, figures, combined)