diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-23 18:16:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-23 18:16:51 +0200 |
commit | 9fb69b042924045df90119e47ad4dc666dbc8b4d (patch) | |
tree | 6378f00f6928a29b8177cdf456f1fa337c36ba19 /GNUmakefile | |
parent | 2f618da8cfbeb0379f4d38af6f608a69c6d54bd5 (diff) |
Slightly update the README
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index b30c721..dd8a4e5 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -55,8 +55,11 @@ $(TGZ): $(pkgfiles) "$(R_HOME)/bin/R" CMD build pkg > build.log 2>&1 @echo "DONE." -README.html: README.md - "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')" +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) |