]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/sysvinit/meson.build
meson: also allow setting GIT_VERSION via templates
[thirdparty/systemd.git] / docs / sysvinit / meson.build
index cd3015ca4b4954c9236303c8a43246b9a9ea33b0..64476a5d76f3c99b5e8f881143c22c6bf1a27817 100644 (file)
@@ -4,6 +4,6 @@ custom_target(
         'README',
         input : 'README.in',
         output : 'README',
-        command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
+        command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
         install : conf.get('HAVE_SYSV_COMPAT') == 1,
         install_dir : sysvinit_path)