diff --git a/make-includes/build_lecture_rules.make b/make-includes/build_lecture_rules.make index 4c2082a..03a8b0b 100755 --- a/make-includes/build_lecture_rules.make +++ b/make-includes/build_lecture_rules.make @@ -15,7 +15,6 @@ # Add standard file suffixes. # include $(GLOBAL_HANDBOOK_INCLUDE)/standard_suffixes.make -# .SUFFIXES: .svg .pdf .tex .dvi .graffle .png .tif .plo .jpg .pict .eps .ps ################################################################################ @@ -30,16 +29,6 @@ # Standard paths. # include $(GLOBAL_HANDBOOK_INCLUDE)/standard_paths.make -# vpath %.graffle $(IMGDIR) -# vpath %.pdf $(IMGDIR) -# vpath %.png $(IMGDIR) -# vpath %.tif $(IMGDIR) -# vpath %.jpg $(IMGDIR) -# vpath %.plo $(IMGDIR) -# vpath %.ps $(IMGDIR) -# vpath %.eps $(IMGDIR) -# vpath %.svg $(IMGDIR) -# vpath %.pict $(IMGDIR) ################################################################################