diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 17:50:34 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 17:50:34 +0200 |
commit | 0d958ab6f84b569b5437f231c56004890c4ae23b (patch) | |
tree | 263bf0f3df0671bffd7af643d7a9cdd45a1e9536 /GNUmakefile | |
parent | 399383adcdb37c4a3e32f1a2133a2fa3663618d0 (diff) |
Make the chents package optional
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8e505af..d6a2dd3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,10 +40,6 @@ sd: roxygen @echo "Building static documentation..." # suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character cd pkg; "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(staticdocs::build_site())' - # The following workaround (setting the pdf encoding) as of stackoverflow 13251665 did not do it - #cd pkg; "$(R_HOME)/bin/Rscript" -e 'pdf.options(encoding="ISOLatin1.enc"); staticdocs::build_site()' - # The following also does not work (Konvertierungsfehler) - #cd pkg; "$(R_HOME)/bin/Rscript" -e 'options(encoding="latin1"); staticdocs::build_site()' @echo "DONE." $(TGZ): $(pkgfiles) |