File: rules

package info (click to toggle)
r-cran-gprofiler2 0.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 297 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('gprofiler2.Rmd', 'gprofiler2.md'); markdownToHTML('gprofiler2.md', 'gprofiler2.html', options=c('use_xhtml', 'base64_images'));" && rm -f gprofiler2.md