We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b9507 commit 98029a7Copy full SHA for 98029a7
Makefile
@@ -24,6 +24,9 @@ INCLUDES = \
24
# Chunk options for knitr (used in R conversion).
25
R_CHUNK_OPTS = tools/chunk-options.R
26
27
+# Ensure that intermediate (generated) Markdown files from R are kept.
28
+.SECONDARY: $(DST_RMD)
29
+
30
# Default action is to show what commands are available.
31
all : commands
32
0 commit comments