/[python-modules]/packages/configobj/trunk/debian/rules
ViewVC logotype

Contents of /packages/configobj/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6338 - (show annotations) (download)
Sun Aug 24 05:05:04 2008 UTC (9 years, 4 months ago) by odd_bloke-guest
File size: 414 byte(s)
Split documentation generation into its own target.
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 include /usr/share/dpatch/dpatch.make
5
6 clean:
7 dh_auto_clean
8 dh_clean
9
10 docs: patch
11 env PYTHONPATH=`pwd` epydoc --name ConfigObj \
12 --url http://www.voidspace.org.uk/python/configobj.html \
13 -o api configobj
14
15 install: docs
16 dh install
17 rm debian/python-configobj/usr/share/doc/python-configobj/BSD-LICENSE.*
18
19 binary: install
20 dh binary
21
22 .PHONY: build clean binary install

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5