Rev 88109 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-all:clean:## datasets does not have any translationsR_PKGS_PO = base compiler grDevices graphics grid methods parallel splines stats stats4 tcltk tools utilstop_srcdir = ..ECHO = echoR_EXE = ../bin/R --vanilla --no-echoupdate-RGui:@echo "tools:::update_RGui_po(\"$(top_srcdir)\", mergeOpts=\"--no-wrap\")" | \R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE) > /dev/null## en@quot has to be done in a UTF-8 localeupdate-pkg-po:@fail=; for pkg in $(R_PKGS_PO); do \$(ECHO); $(ECHO) "updating translations for $${pkg}"; \$(ECHO) "options(warn=2); tools:::update_pkg_po(\"$(top_srcdir)/src/library/$${pkg}\", mergeOpts=\"--no-wrap\")" | \R_DEFAULT_PACKAGES=NULL LC_COLLATE=C $(R_EXE) || fail="$${fail} $${pkg}"; \done; if test -n "$${fail}"; then $(ECHO) "FAILED:$${fail}"; exit 1; fi