## This Makefile use the Makefile provided by the package pkgmaker
## Copyright (C) 2012 Renaud Gaujoux

ifneq (${R_HOME},)
RSCRIPT=$(R_HOME)/bin/Rscript
else 
RSCRIPT=`which R`script
endif

MK=$(shell $(RSCRIPT) --vanilla -e "pkgmaker::vignetteMakefile('renaud', 'RcppOctave')")

include $(MK)
