Skip to content

Commit

Permalink
modified: rweb.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
dushoff committed Nov 6, 2023
1 parent ae63d97 commit ba78c1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rweb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ notesrule = echo 'rmarkdown::render($(io))' | R --vanilla
slidesrule = echo 'rmarkdown::render($(io), $(slideargs))' | R --vanilla
io = input="$<", output_file="$(notdir $@)"
## renderthere = output_file="$(notdir $@)", output_dir="$(dir $@)"

## Testing why this sometimes does not expand
mvrule = $(MVF) $(notdir $@) $@
mvrule = /bin/mv -f $(notdir $@) $@

.PRECIOUS: subdocs/%.notes.html
subdocs/%.notes.html: %.rmd | html subdocs
Expand Down

0 comments on commit ba78c1d

Please sign in to comment.