File: rules

package info (click to toggle)
feedgnuplot 1.40-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 18
  • sloc: perl: 2,800; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	pod2html --title=feedgnuplot bin/feedgnuplot > feedgnuplot.html

override_dh_auto_clean:
	rm -rf feedgnuplot.html pod2htm*
	dh_auto_clean