diff --git a/qhc/apol.qhc b/qhc/apol.qhc new file mode 100644 index 0000000..8cfc8b1 Binary files /dev/null and b/qhc/apol.qhc differ diff --git a/setup.py b/setup.py index 88b3b40..264d726 100644 --- a/setup.py +++ b/setup.py @@ -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") ),