Files
sysprof/help/meson.build
Christian Hergert 9fcb759b52 build: make help optional
This isn't necessary for command line tooling and such.
2019-05-29 15:12:59 -07:00

6 lines
149 B
Meson

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