File: rules

package info (click to toggle)
r-cran-gert 1.9.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 592 kB
  • sloc: ansic: 2,166; sh: 86; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

execute_after_dh_auto_build:
	cd inst/doc && Rscript -e "require(knitr); require(markdown); knit('gert.Rmd', 'gert.md'); markdownToHTML('gert.md', 'gert.html', options=c('use_xhtml', 'base64_images'));" && rm -f gert.md