summaryrefslogtreecommitdiff
path: root/help/meson.build
diff options
context:
space:
mode:
authorManatsawin Hanmongkolchai <[email protected]>2022-11-14 01:35:12 +0700
committerraveit65 <[email protected]>2023-04-20 18:07:49 +0200
commitbbcbca9eb1240c3493895dbdcf03a4b2c2803d29 (patch)
tree9719912dab8fdd4238045f739a821fba2630a4b9 /help/meson.build
parent2c38b75e422a41cfa180d1f4a5a55d52577b2989 (diff)
downloadeom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.bz2
eom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.xz
Add meson build support
Diffstat (limited to 'help/meson.build')
-rw-r--r--help/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 0000000..c9123d2
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,8 @@
+gnome.yelp('eom',
+ sources: ['index.docbook', 'legal.xml'],
+ media: [
+ 'figures/eom_save_as_window.png',
+ 'figures/eom_start_window.png',
+ 'figures/eom_toolbar_editor_window.png',
+ ],
+)