File: rules

package info (click to toggle)
simpletal 4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 748 kB
  • ctags: 936
  • sloc: python: 5,810; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 482 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pysupport

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

DEB_INSTALL_CHANGELOGS_ALL  = Changes.txt
DEB_INSTALL_DOCS_ALL += README.txt
DEB_INSTALL_DOCS_python-simpletal += documentation/html documentation/style documentation/templates examples/
clean::
	-python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean $(DEB_PYTHON_CLEAN_ARGS)
	find lib/ -type f -name "*.pyc" | xargs rm -f