File: rules

package info (click to toggle)
r-cran-rprojroot 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: sh: 12; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/dh-r/r-cran.mk

%:
	dh $@ --buildsystem R

override_dh_installdocs:
	tar caf tests.tar.xz tests
	dh_installdocs
	rm -rf tests.tar.xz