aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d56eee90..6584722c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -76,12 +76,7 @@ vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vig
pd:
"$(RBIN)/Rscript" -e "pkgdown::build_site()"
git add -A
- git commit -m 'Static documentation except articles rebuilt by pkgdown' -e
-
-pd_articles:
- "$(RBIN)/Rscript" -e "pkgdown::build_articles()"
- git add -A
- git commit -m 'Static documentation articles rebuilt by pkgdown::build_articles()' -e
+ git commit -m 'Static documentation rebuilt by pkgdown' -e
r-forge:
git archive master > $(HOME)/git/mkin/mkin.tar;\

Contact - Imprint