diff --git a/make-includes/build_lecture_rules.make b/make-includes/build_lecture_rules.make index c0f66ce..3dd8c9d 100755 --- a/make-includes/build_lecture_rules.make +++ b/make-includes/build_lecture_rules.make @@ -51,10 +51,10 @@ # # Base file names for the various documents. # -SLIDES?=Chapter$(CHAPTER)slides -FIGURES?=Chapter$(CHAPTER)figures -COMBINED?=Chapter$(CHAPTER)combined -NOTES?=Chapter$(CHAPTER)notes +SLIDES?=$(CHAPTER)slides +FIGURES?=$(CHAPTER)figures +COMBINED?=$(CHAPTER)combined +NOTES?=$(CHAPTER)notes # # Standard files to be installed on the web server. #