Skip to content

Commit ec43ca8

Browse files
committed
Lint Makefile
1 parent c5ffae7 commit ec43ca8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ sentinels/check: sentinels/pkgdown $(shell find tests -type f)
4949
> mkdir -p $(@D);\
5050
> touch $@
5151

52-
sentinels/pkgdown: sentinels/vignettes README.md LICENSE sentinels/doc _pkgdown.yml $(shell find pkgdown -type f)
52+
sentinels/pkgdown: sentinels/vignettes README.md LICENSE sentinels/doc \
53+
_pkgdown.yml $(shell find pkgdown -type f)
5354
> echo "options(rmarkdown.html_vignette.check_title = FALSE)" > .Rprofile;\
5455
> touch pkgdown/favicon/*;\
5556
> ${RSCRIPT} -e "pkgdown::build_site()";\

0 commit comments

Comments
 (0)