Files
sysprof/help/meson.build
2020-02-20 10:59:31 -08:00

8 lines
192 B
Meson

if get_option('help')
find_program('itstool', required: true)
gnome.yelp('sysprof',
sources: ['index.page', 'introduction.page', 'profiling.page', 'faq.page', 'legal.xml'],
)
endif