File: rules

package info (click to toggle)
dctrl2xml 0.20
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: xml: 320; python: 304; makefile: 34
file content (12 lines) | stat: -rwxr-xr-x 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C doc

override_dh_auto_clean:
	dh_auto_clean
	$(MAKE) -C doc  clean

%:
	dh $@ --with python2