Commit 98029a72 authored by Greg Wilson's avatar Greg Wilson
Browse files

Keeping intermediate Markdown generated from R

parent e6b95078
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ INCLUDES = \
# Chunk options for knitr (used in R conversion).
R_CHUNK_OPTS = tools/chunk-options.R

# Ensure that intermediate (generated) Markdown files from R are kept.
.SECONDARY: $(DST_RMD)

# Default action is to show what commands are available.
all : commands