Add a copy of apol.qhc so users don't need to install Qt dev tools.

Distros are encouraged to rebuild this using the build_help setup.py
target.

Renamed setup target to build_qhc to bring in line with other help
references.
This commit is contained in:
Chris PeBenito 2016-04-20 09:50:23 -04:00
parent 2828db4a64
commit f6cecd407f
2 changed files with 1 additions and 1 deletions

BIN
qhc/apol.qhc Normal file

Binary file not shown.

View File

@ -161,7 +161,7 @@ setup(name='setools',
cmdclass={'build_yacc': YaccCommand,
'build_lex': LexCommand,
'build_ext': BuildExtCommand,
'build_help': QtHelpCommand},
'build_qhc': QtHelpCommand},
packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1") ),