Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

update makefile

  • Loading branch information
leeper committed Dec 25, 2019
1 parent f4054c5 commit 3a3f761ed41a3059974a2249ed6424983e3c39f0
Showing with 6 additions and 1 deletion.
  1. +6 −1 Makefile
@@ -11,7 +11,7 @@ README.md: README.Rmd
README.html: README.md
pandoc -o README.html README.md

../$(pkg)*.tar.gz: DESCRIPTION NAMESPACE README.md
../$(pkg)*.tar.gz: DESCRIPTION NAMESPACE README.md R/* man/* tests/testthat/* po/R-rio.pot
cd ../ && R CMD build $(pkg)

build: ../$(pkg)*.tar.gz
@@ -26,3 +26,8 @@ install: ../$(pkg)*.tar.gz

website: R/* README.md DESCRIPTION
Rscript -e "pkgdown::build_site()"

po/R-rio.pot: R/* DESCRIPTION
Rscript -e "tools::update_pkg_po('.')"

translations: po/R-rio.pot

0 comments on commit 3a3f761

Please sign in to comment.
You can’t perform that action at this time.