gnome-chess/help/meson.build
Jeremy Bicha 7ad50dbd35 help: Drop Keyboard Shortcuts page
We don't need it any more since we have a Keyboard Shortcuts overlay.
And there were no complaints about removing the page.
2019-01-10 14:47:04 -05:00

26 lines
464 B
Meson

help_sources = [
'bug-filing.page',
'change-board-orientation.page',
'change-look-feel.page',
'chess-engines.page',
'develop.page',
'documentation.page',
'index.page',
'license.page',
'play.page',
'rules.page',
'save-resume.page',
'timer.page',
'translate.page',
]
help_media = [
'figures/game-3-28.png',
'figures/logo.png',
'figures/logo32.png',
]
gnome.yelp(meson.project_name(),
sources: help_sources,
media: help_media,
)