Rev 62624 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#-*- Makefile -*-## ${R_HOME}/src/library/translations/Makefile.winsrcdir = .top_srcdir = ../../..top_builddir = ../../..include $(top_builddir)/Makeconfpkg = translationsall:@$(ECHO) "building package '$(pkg)'"@$(MKINSTALLDIRS) -p $(top_builddir)/library/$(pkg)@$(MAKE) -f Makefile.win mkdesc@cp -R `ls -d $(srcdir)/inst/*` $(top_builddir)/library/$(pkg)@find "$(top_builddir)/library/$(pkg)" -name .svn -type d -prune \-exec rm -Rf \{\} \; 2>/dev/null@cp DESCRIPTION $(top_builddir)/library/$(pkg)include $(top_srcdir)/share/make/basepkg.mk