setools/.gitignore
Nicolas Iooss 3868613c8f
Generate Apol compressed help file with "setup.py build_qhc"
"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
2017-02-15 21:37:45 +01:00

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