About Social Code
summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build10
1 files changed, 9 insertions, 1 deletions
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 : '')