diff options
-rw-r--r-- | rem.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,12 +8,13 @@ dest_dir_rem ?= $(dest_dir) destination_dirs += $(dest_dir_rem) rem_files = $(wildcard *.rem) +rem_includes = $(wildcard *.rem_tmplt) html_from_rem = $(rem_files:%.rem=%.html) html_from_rem_dest_targets = $(html_from_rem:%=$(dest_dir_rem)/%) html_rem: $(html_from_rem) -$(html_from_rem): %.html : %.rem +$(html_from_rem): %.html : %.rem $(rem_includes) remind -pp5 \ -iclass_starts='date($(CLASS_YEAR),$(CLASS_STARTING_MONTH),$(CLASS_STARTING_DAY))' \ -iclass_start_time='$(CLASS_START_TIME)' \ |