summaryrefslogtreecommitdiff
path: root/docs/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 8edb93333a..2f0ecb2272 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -17,10 +17,6 @@ docs_assets = [
'mstile-150x150.png',
]
-docs_html_in_files = [
- 'index',
-]
-
docs_rst_files = [
'aclpolkit',
'advanced-tests',
@@ -84,6 +80,7 @@ docs_rst_files = [
'governance',
'hacking',
'hooks',
+ 'index',
'issue-handling',
'libvirt-go',
'libvirt-go-xml',
@@ -230,13 +227,6 @@ html_xslt_gen = []
# source - source filename relative to repository root (optional, if there is no source)
# depends - explicit dependency on other input (optional)
-foreach name : docs_html_in_files
- html_xslt_gen += {
- 'name': name,
- 'source': 'docs' / name + '.html.in',
- }
-endforeach
-
foreach name : docs_rst_files
rst_file = '@0@.rst'.format(name)
html_xslt_gen += {