https://github.com/ropensci/rgbif
Raw File
Tip revision: 13adff5ec1cf8b8029468820715db71638bc0655 authored by Scott Chamberlain on 01 August 2017, 17:31:45 UTC
Merge pull request #268 from AugustT/patch-1
Tip revision: 13adff5
Makefile
all: move rmd2md

move:
		cp inst/vign/rgbif_vignette.md vignettes;\
		cp inst/vign/issues_vignette.md vignettes;\
		cp inst/vign/taxonomic_names.md vignettes;\
		cp -r inst/vign/figure/ vignettes/figure/

rmd2md:
		cd vignettes;\
		mv rgbif_vignette.md rgbif_vignette.Rmd;\
		mv issues_vignette.md issues_vignette.Rmd;\
		mv taxonomic_names.md taxonomic_names.Rmd
back to top