diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-23 18:23:00 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-23 18:23:00 +0200 |
commit | 399383adcdb37c4a3e32f1a2133a2fa3663618d0 (patch) | |
tree | 05e8a6702e455db03a33c7a8a9214e6b95f22268 /GNUmakefile | |
parent | 9fb69b042924045df90119e47ad4dc666dbc8b4d (diff) |
Keep the graph for the markdown file
The markdown file is not self-contained as the html file...
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index dd8a4e5..8e505af 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,7 +59,6 @@ README.html: README.rmd "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.rmd', output_format = 'html_document', clean = FALSE)" mv README.utf8.md README.md rm README.knit.md - rm -rf README_files build: $(TGZ) |