summaryrefslogtreecommitdiffstats
path: root/doc/rst/meson.build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-31 04:16:55 +0000
commitfbe661f56f8f51c8bda7b3ced1ec41af509e61ff (patch)
treeac8ac7d3960922094733bac6d9a5300da7171c56 /doc/rst/meson.build
parentAdding upstream version 1.2. (diff)
downloadlibnvme-740bcba85307ee48954ed9683fe0f1d378c82507.tar.xz
libnvme-740bcba85307ee48954ed9683fe0f1d378c82507.zip
Adding upstream version 1.3.upstream/1.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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