Skip to content

Commit

Permalink
rename 'doc' target
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Jan 21, 2018
1 parent 40d52e4 commit 19c7fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all
all: documentation vignettes
all: doc vignettes

R = Rscript --no-save --no-restore -e

Expand All @@ -23,8 +23,8 @@ inst/doc:
inst/doc/%.md: vignettes/%.rmd
$(R) "knitr::knit('$<', '$@')"

.PHONY: documentation
documentation:
.PHONY: doc
doc:
$(R) "devtools::document()"

cleanall:
Expand Down

0 comments on commit 19c7fbf

Please sign in to comment.