File: rules

package info (click to toggle)
dctrl2xml 0.24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: xml: 320; python: 304; makefile: 34; sh: 11
file content (12 lines) | stat: -rwxr-xr-x 186 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 python3 --buildsystem=pybuild