File: rules

package info (click to toggle)
offlineimap 6.3.4-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 844 kB
  • ctags: 829
  • sloc: python: 5,830; makefile: 64
file content (11 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	# Need to specify build system due to the Makefile used for cleaning up and docs
	dh --with quilt $@ --buildsystem=python_distutils

# Makefile is used to build docs
override_dh_auto_build:
	dh_auto_build
	make man
	make -C docs html