summaryrefslogtreecommitdiffstats
path: root/doc/rst/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rst/meson.build')
-rw-r--r--doc/rst/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/rst/meson.build b/doc/rst/meson.build
index 43874f0..ea79115 100644
--- a/doc/rst/meson.build
+++ b/doc/rst/meson.build
@@ -29,8 +29,6 @@ if want_docs != 'false'
endforeach
endif
else
- if want_docs == 'all' or want_docs == 'rst'
- install_subdir('rst', install_dir: rstdir)
- endif
+ # no prebuild docs
endif
endif