diff options
| author | mbkma <[email protected]> | 2026-03-22 10:18:37 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-03-22 22:08:28 +0100 |
| commit | 4a14e878c1187d6cc1f76b87a24a6007314d996e (patch) | |
| tree | 14e01a5357bd807b95d368da78202cb495658718 /help | |
| parent | f1fd658bda21506fac8966821fcdb4c2a154b590 (diff) | |
| download | pluma-meson.tar.bz2 pluma-meson.tar.xz | |
add meson supportmeson
Diffstat (limited to 'help')
| -rw-r--r-- | help/meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/help/meson.build b/help/meson.build new file mode 100644 index 00000000..d0e05eba --- /dev/null +++ b/help/meson.build @@ -0,0 +1,11 @@ +gnome.yelp( + 'pluma', + sources: [ + 'index.docbook', + 'legal.xml', + ], + media: [ + 'figures/pluma_window.png', + 'figures/pluma_recent_files_menu_icon.png', + ], +) |
