From 26378ed3c79908ef1ad53e2ed370986f4127177a Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Wed, 16 Apr 2025 14:01:44 +0100 Subject: Add Igalia feed --- meson.build | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 28aeb55..9881425 100644 --- a/meson.build +++ b/meson.build @@ -117,7 +117,15 @@ custom_target('feed.xml', custom_target('graphics_feed.xml', input : [rss_gen, meta_files], output : 'graphics_feed.xml', - command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'igalia', 'graphics'], + command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'graphics'], + env : lua_env, + install : true, + install_dir : '') + +custom_target('igalia_feed.xml', + input : [rss_gen, meta_files], + output : 'igalia_feed.xml', + command : [rss_gen, meson.source_root(), meson.build_root(), '@OUTPUT@', 'igalia'], env : lua_env, install : true, install_dir : '') -- cgit v1.2.3