aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ac2c4577..80b88eb4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,9 +31,6 @@ pkgfiles = \
all: build
-README.md: README.Rmd
- "$(RBIN)/Rscript" -e 'require(knitr); knit("README.Rmd")'
-
$(TGZ): $(pkgfiles)
cd ..;\
"$(RBIN)/R" CMD build $(PKGSRC) 2>&1 | tee $(PKGNAME)/build.log
@@ -86,7 +83,6 @@ vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vign
sd: install
rm -rf $(SDDIR)/*
- cp -r figure $(SDDIR)
@echo Now execute
@echo "\n library(staticdocs); build_site(site_path = '$(SDDIR)')\n"
$(RBIN)/R

Contact - Imprint