File: rules

package info (click to toggle)
turbomail 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 236 kB
  • ctags: 120
  • sloc: python: 780; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

DEB_PYTHON_SYSTEM=pysupport

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

# Install egg-info directories
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_DESTDIR=debian/python-turbomail

install/python-turbomail-doc::
	# Generate the documentation
	mkdir -p debian/html/api
	epydoc -q --html --name=TurboMail --url=http://www.python-turbomail.org/ -o debian/html/api turbomail

clean::
	-rm -rf TurboMail.egg-info debian/html