summaryrefslogtreecommitdiffstats
path: root/doc/meson.build
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-03-04 15:17:48 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2019-03-12 10:44:48 +0100
commitceb1dbd9afd5e91d00aca2ad70b42c376ecef36c (patch)
treee31ffbbcb3b5aab6ab5d82de65fb0b97cb98eb07 /doc/meson.build
parentmeson: doc/kresd.8 - manpage nitpicks (diff)
downloadknot-resolver-ceb1dbd9afd5e91d00aca2ad70b42c376ecef36c.tar.xz
knot-resolver-ceb1dbd9afd5e91d00aca2ad70b42c376ecef36c.zip
meson: rename option sytemd_unit_files to systemd_files
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/meson.build b/doc/meson.build
index 45143fd0..a650d6e9 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -7,9 +7,9 @@ man_config.set('date', run_command('../scripts/get-date.sh').stdout())
man_config.set('keyfile_default', keyfile_default)
man_config.set('man_seealso_systemd', '')
-if systemd_unit_files == 'enabled'
+if systemd_files == 'enabled'
man_config.set('man_seealso_systemd', '\\fIkresd.systemd(7)\\fR, ')
-elif systemd_unit_files == 'nosocket'
+elif systemd_files == 'nosocket'
man_config.set('man_seealso_systemd', '\\fIkresd.systemd.nosocket(7)\\fR, ')
endif