summaryrefslogtreecommitdiff
path: root/help
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
parent2c38b75e422a41cfa180d1f4a5a55d52577b2989 (diff)
downloadeom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.bz2
eom-bbcbca9eb1240c3493895dbdcf03a4b2c2803d29.tar.xz
Add meson build support
Diffstat (limited to 'help')
-rw-r--r--help/LINGUAS1
-rw-r--r--help/meson.build8
2 files changed, 9 insertions, 0 deletions
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..5a8b5f2
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1 @@
+af am ar as ast be bg bn bn_IN br ca ca@valencia cmn cs da de dz el en_AU en_CA en_GB eo es_AR es et eu fi fr fur ga gl gu he hi hr hu hy id ie is it ja kab ka kk kn ko ku ky lt lv mai mk ml mr ms nb ne nl nn oc or pa pl ps pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te th tr uk uz vi zh_CN zh_HK zh_TW
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',
+ ],
+)