aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-06-06 02:07:16 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-06-06 02:07:16 +0200
commit0b27c116b44d09460f3151b87762193d67d3b09e (patch)
tree25257f681ab205136901285e5599a3a96916e998 /GNUmakefile
parent39b2c2c762b03922a2648b1b226d0f308600cc87 (diff)
Articles are built as well in pd target
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