aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-02 12:56:58 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-06 17:30:42 +0100
commit052706115d25b6f05b03ad2ed8d2a75f5abcb704 (patch)
treea5499804e62a9299e05d0ebef320fcd92df2538f /debian/rules
parentb484a97e09f4fc94680b748cab81bb6386c44679 (diff)
Configure epydoc via setup.cfg
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 5dd5d7b2..89d1a534 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,9 +47,7 @@ docs/git-pbuilder.1: bin/git-pbuilder
pod2man $< $@
apidocs:
- epydoc -v -n git-buildpackage --no-sourcecode -o docs/apidocs/ \
- --url=https://honk.sigxcpu.org/piki/projects/git-buildpackage/ \
- --fail-on-docstring-warning gbp/ tests/test_Git*.py
+ epydoc --config=setup.cfg
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
pychecker:
@@ -77,6 +75,6 @@ binary-post-install/git-buildpackage::
clean::
-rm git_*.py gbp_*.py gbp/gbp_version.py links_stamp
-rm docs/*.1 docs/manpage.* $(VERSION_ENT) git-pbuilder.1
- -rm -r docs/manual-html/ docs/apidocs/
+ -rm -r docs/manual-html/
.PHONY: checks