Parent Directory
|
Revision Log
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 |
| Name | Value |
|---|---|
| svn:executable | * |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |