summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-17 12:44:58 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-17 12:44:58 -0500
commitdc45c6f8c748ed57527d1aeb286f0db571308ec2 (patch)
tree765eaa2d8c3fbb566107b08ec6e0238bbf35db71
parent86fbd6038ee5b7222efa774751fcceedeffedfc2 (diff)
document how to use python-central
-rwxr-xr-xdh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dh b/dh
index cbc5f10c..b1da30b2 100755
--- a/dh
+++ b/dh
@@ -191,6 +191,13 @@ around by passing -B to make.
%:
dh $@
+If your package is a python package, dh will use dh_pysupport by
+default. This is how to use dh_pycentral instead.
+
+ #!/usr/bin/make -f
+ %:
+ dh --with python_central
+
=cut
# Stash this away before init modifies it.