We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ffae7 commit ec43ca8Copy full SHA for ec43ca8
Makefile
@@ -49,7 +49,8 @@ sentinels/check: sentinels/pkgdown $(shell find tests -type f)
49
> mkdir -p $(@D);\
50
> touch $@
51
52
-sentinels/pkgdown: sentinels/vignettes README.md LICENSE sentinels/doc _pkgdown.yml $(shell find pkgdown -type f)
+sentinels/pkgdown: sentinels/vignettes README.md LICENSE sentinels/doc \
53
+ _pkgdown.yml $(shell find pkgdown -type f)
54
> echo "options(rmarkdown.html_vignette.check_title = FALSE)" > .Rprofile;\
55
> touch pkgdown/favicon/*;\
56
> ${RSCRIPT} -e "pkgdown::build_site()";\
0 commit comments