Setup for generating man pages from .adoc.

This commit is contained in:
Dain Nilsson 2015-06-30 11:22:21 +02:00
parent c15232a79e
commit fffe098255
4 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,4 +7,5 @@ dist/
ChangeLog
MANIFEST
yubioath/gui/qt_resources.py
scripts/*.1
.DS_Store

View File

@ -2,6 +2,7 @@ include COPYING
include NEWS
include ChangeLog
include screenshot.png
include scripts/*.adoc
include scripts/*.1
include resources/*
include qt_resources/*

View File

@ -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+)',

2
vendor/yubicommon vendored

@ -1 +1 @@
Subproject commit 903c97166fd1069ce96bc4ef2946ec3f6ae36f62
Subproject commit 53b8307b17e690a18d21f833e1cf3683d0a6f7b9