summaryrefslogtreecommitdiffstats
path: root/docs/sysvinit/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sysvinit/meson.build')
-rw-r--r--docs/sysvinit/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/sysvinit/meson.build b/docs/sysvinit/meson.build
new file mode 100644
index 0000000..64476a5
--- /dev/null
+++ b/docs/sysvinit/meson.build
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+custom_target(
+ 'README',
+ input : 'README.in',
+ output : 'README',
+ command : [jinja2_cmdline, '@INPUT@', '@OUTPUT@'],
+ install : conf.get('HAVE_SYSV_COMPAT') == 1,
+ install_dir : sysvinit_path)