File: rules

package info (click to toggle)
feedgnuplot 1.61-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,776 kB
  • sloc: perl: 1,346; lisp: 70; sh: 8; 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