mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: require itstool if installing help files
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
if get_option('help')
|
if get_option('help')
|
||||||
|
find_program('itstool', required: true)
|
||||||
|
|
||||||
gnome.yelp('sysprof',
|
gnome.yelp('sysprof',
|
||||||
sources: ['index.page', 'introduction.page', 'profiling.page', 'faq.page', 'legal.xml'],
|
sources: ['index.page', 'introduction.page', 'profiling.page', 'faq.page', 'legal.xml'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user