File: rules

package info (click to toggle)
python-django-mptt 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 604 kB
  • ctags: 411
  • sloc: python: 2,821; makefile: 119; sh: 12
file content (12 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build
	make -C docs html

override_dh_auto_clean:
	rm -rf build
	dh_auto_clean