diff options
author | Christian Schwede <christian.schwede@enovance.com> | 2014-01-16 10:23:02 +0000 |
---|---|---|
committer | Christian Schwede <christian.schwede@enovance.com> | 2014-01-16 10:26:06 +0000 |
commit | 63c9917085ac4d5c99afc61e5865cb88417dcd27 (patch) | |
tree | 4f8b07e0882e7231fe06fc9833fc5425d575c67b /setup.cfg | |
parent | 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 (diff) | |
download | python-swiftclient-63c9917085ac4d5c99afc61e5865cb88417dcd27.tar.gz |
Install swiftclient manpage
Currently the existing manpage isn't copied to /usr/local/man/man1
when installing swiftclient from source. This patch fixes this.
Change-Id: Ib2ee091d5e1d4c37a4e5a00f50fa19df44bd3c41
Partial-Bug: 1269715
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ packages = swiftclient scripts = bin/swift +data_files = + man/man1 = doc/manpages/swift.1 [build_sphinx] source-dir = doc/source |