diff --git a/make-includes/build_content_rules.make b/make-includes/build_content_rules.make index 5925282..a8869ac 100755 --- a/make-includes/build_content_rules.make +++ b/make-includes/build_content_rules.make @@ -45,18 +45,18 @@ ################################################################################ # -# Paths. All original graphics should normally be in ./graphics (where . -# represents the current content directory), and derived versions should -# normally be placed in $(BUILD_DIR). If you want something different, -# write your own rules, you deviant! +# Paths. All original graphics should normally be in ./graphics or +# ./images (where . represents the current content directory), and derived +# versions should normally be placed in $(BUILD_DIR). If you want +# something different, write your own rules, you deviant! # vpath %-web.png $(BUILD_DIR) vpath %-web-zoom.png $(BUILD_DIR) # vpath %-web-hires.png $(BUILD_DIR) vpath %-print.pdf $(BUILD_DIR) -vpath %.eps graphics +vpath %.eps graphics images vpath %-print.png $(BUILD_DIR) -vpath %.png graphics +vpath %.png graphics images ################################################################################