Lines Matching refs:help
1 # Class to pack gnome help files or delete them during install
5 # delete all help contants during install
8 # pack all help files to ${PN}-help
10 # pack all help files to ${PN}-help-<lingua>
13 PACKAGES:append = " ${PN}-help"
14 FILES:${PN}-help = "${datadir}/help"
15 RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}"
19 rm -rf ${D}${datadir}/help/*
28 # all help files go to ${
29 bb.debug(1, "package requested not splitting help-files")
37 if pn + '-help' in packages:
38 packages.remove(pn + '-help')
40 helpdir = os.path.join(dvar + datadir, 'help')
43 bb.warn("No help files in this package - remove gnome-help from inherit?")
54 pkg = pn + '-help-' + ln
56 d.setVar('FILES:' + pkg, os.path.join(datadir, 'help', l))
58 d.setVar('SUMMARY:' + pkg, '%s - %s help' % (summary, l))
59 …d.setVar('DESCRIPTION:' + pkg, '%s This package contains language help files for the %s locale.' …