##
##  cem doc Makefile
##  
##
##  make command will be issued in two possible ways:
##  1- from command line
##  2- during R CMD build
##        -- R CMD build first run Sweave on all the vignettes in inst/doc folder and 
##           then if a Makefile is found, run that Makefile
##


all:
	/bin/sh ./makeDocs rbuild

cem.pdf:
	/bin/sh ./makeDocs rbuild
