#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_installdocs:
	dh_installdocs
	find debian -name "*.Rnw" -o "*.Rmd" | xargs -r chmod -x
