diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-07-30 15:04:28 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-07-30 15:04:28 +0200 |
commit | d052ba250f68a34177bf31625ed7f0a0fb500936 (patch) | |
tree | 217fad38fc0105b2b6010a8ba933cae4e90c7c05 /debian/rules | |
parent | 42a13a114f99fbedc52895eeb0b9089d41f4e160 (diff) | |
download | git-buildpackage-d052ba250f68a34177bf31625ed7f0a0fb500936.tar.gz git-buildpackage-d052ba250f68a34177bf31625ed7f0a0fb500936.tar.bz2 git-buildpackage-d052ba250f68a34177bf31625ed7f0a0fb500936.zip |
Document --time-machine option
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a7cf68fa..93d3ebc0 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,8 @@ links_stamp: touch links_stamp apidocs: links_stamp - epydoc -o docs/apidocs/ gbp*.py git*.py gbp/ + epydoc -n git-buildpackage --no-sourcecode -o docs/apidocs/ \ + gbp*.py git*.py gbp/ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) pychecker: |