malcontent/help/meson.build
Philip Withnall b683ef7e37 help: Add a basic user manual for malcontent-control
Signed-off-by: Philip Withnall <withnall@endlessm.com>
2020-04-03 15:08:47 +01:00

18 lines
309 B
Meson

help_media = [
]
help_files = [
'creating-a-child-user.page',
'index.page',
'internet.page',
'introduction.page',
'legal.xml',
'restricting-applications.page',
'software-installation.page',
]
gnome.yelp(meson.project_name(),
sources: help_files,
media: help_media,
symlink_media: true,
)