From fffe098255b41aab754df72decb2c10334e5b18e Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 30 Jun 2015 11:22:21 +0200 Subject: [PATCH] Setup for generating man pages from .adoc. --- .gitignore | 1 + MANIFEST.in | 1 + setup.py | 5 ++--- vendor/yubicommon | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a6b8e95b..f2289229 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ dist/ ChangeLog MANIFEST yubioath/gui/qt_resources.py +scripts/*.1 .DS_Store diff --git a/MANIFEST.in b/MANIFEST.in index c46339d6..505b2ed0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include COPYING include NEWS include ChangeLog include screenshot.png +include scripts/*.adoc include scripts/*.1 include resources/* include qt_resources/* diff --git a/setup.py b/setup.py index c24e15d1..80782a9e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ from yubioath.yubicommon.setup import setup -from yubioath.yubicommon.setup.qt import qt_resources, qt_sdist +from yubioath.yubicommon.setup.qt import qt_resources from yubioath.yubicommon.setup.exe import executable setup( @@ -47,8 +47,7 @@ setup( tests_require=[], cmdclass={ 'executable': executable, - 'qt_resources': qt_resources('yubioath.gui'), - 'sdist': qt_sdist + 'qt_resources': qt_resources('yubioath.gui') }, classifiers=[ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', diff --git a/vendor/yubicommon b/vendor/yubicommon index 903c9716..53b8307b 160000 --- a/vendor/yubicommon +++ b/vendor/yubicommon @@ -1 +1 @@ -Subproject commit 903c97166fd1069ce96bc4ef2946ec3f6ae36f62 +Subproject commit 53b8307b17e690a18d21f833e1cf3683d0a6f7b9