mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-13 10:26:51 +00:00
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:
parent
2828db4a64
commit
f6cecd407f
BIN
qhc/apol.qhc
Normal file
BIN
qhc/apol.qhc
Normal file
Binary file not shown.
2
setup.py
2
setup.py
@ -161,7 +161,7 @@ setup(name='setools',
|
|||||||
cmdclass={'build_yacc': YaccCommand,
|
cmdclass={'build_yacc': YaccCommand,
|
||||||
'build_lex': LexCommand,
|
'build_lex': LexCommand,
|
||||||
'build_ext': BuildExtCommand,
|
'build_ext': BuildExtCommand,
|
||||||
'build_help': QtHelpCommand},
|
'build_qhc': QtHelpCommand},
|
||||||
packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
|
packages=['setools', 'setools.diff', 'setools.policyrep', 'setoolsgui', 'setoolsgui.apol'],
|
||||||
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
|
scripts=['apol', 'sediff', 'seinfo', 'seinfoflow', 'sesearch', 'sedta'],
|
||||||
data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1") ),
|
data_files=[(join(sys.prefix, 'share/man/man1'), glob.glob("man/*.1") ),
|
||||||
|
Loading…
Reference in New Issue
Block a user