mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-19 05:27:03 +00:00
"setup.py build_qhc" invokes qcollectiongenerator on qhc/apol.qhcp, which produces two files: - apol.qhc, a Qt Help Collection file - apol.qch, a Qt Compressed Help file As apol.qhc is merely a set of metadata with a relative link to apol.qch, Qt Assistant requires both files in order to display Apol help. Make "setup.py build_qhc" build both files in setoolsgui/apol/. Moreover '*.qch' needs to be added to package_data in order to install apol.qch. Fixes: https://github.com/TresysTechnology/setools/issues/165
23 lines
296 B
Plaintext
23 lines
296 B
Plaintext
/build
|
|
/dist
|
|
/setools.egg-info
|
|
*.pyc
|
|
*.pyo
|
|
libqpol/policy_parse.c
|
|
libqpol/policy_parse.h
|
|
libqpol/policy_scan.c
|
|
setools/policyrep/qpol_wrap.c
|
|
setools/policyrep/qpol.py
|
|
*.so
|
|
|
|
# Qt Generated Help files
|
|
qhc/apol.qch
|
|
qhc/apol.qhc
|
|
|
|
# Generated by tox
|
|
/.tox
|
|
|
|
# Generated by coverage
|
|
/htmlcov
|
|
/.coverage
|