summaryrefslogtreecommitdiff
blob: 92a1c51b11f71b3f08c4bc373d52ad8d51e4a565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Documentation/meson.build b/Documentation/meson.build
index bb0c9724..519c4bfc 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -187,7 +187,7 @@ want_docs = get_option('docs')
 want_docs_build = get_option('docs-build')
 if want_docs != 'false'
   mandir = join_paths(get_option('mandir'), 'man1')
-  htmldir = join_paths(get_option('htmldir'), 'nvme')
+  htmldir = get_option('htmldir')
 
   asciidoctor = find_program('asciidoc', required: get_option('docs-build'))
   if want_docs_build and asciidoctor.found()