summaryrefslogtreecommitdiffstats
path: root/doc/readthedocs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/readthedocs/meson.build')
-rw-r--r--doc/readthedocs/meson.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/readthedocs/meson.build b/doc/readthedocs/meson.build
index a8e2305..a81afa1 100644
--- a/doc/readthedocs/meson.build
+++ b/doc/readthedocs/meson.build
@@ -17,10 +17,10 @@ components = [
'environment.txt',
'installation.rst',
'nvme-stas.rst',
- 'org.nvmexpress.stac.debug.rst',
- 'org.nvmexpress.stac.rst',
- 'org.nvmexpress.staf.debug.rst',
- 'org.nvmexpress.staf.rst',
+ conf.get('STACD_DBUS_NAME') + '.debug.rst',
+ conf.get('STACD_DBUS_NAME') + '.rst',
+ conf.get('STAFD_DBUS_NAME') + '.debug.rst',
+ conf.get('STAFD_DBUS_NAME') + '.rst',
'stacctl.rst',
'stacd-index.rst',
'stacd.conf.rst',