Merging upstream version 2.1~rc0 (Closes: #1015722).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9489161ac8
commit
316e846c86
504 changed files with 6751 additions and 2957 deletions
|
@ -1,3 +1,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
adoc_sources = [
|
||||
'nvme',
|
||||
'nvme-admin-passthru',
|
||||
|
@ -114,6 +116,7 @@ adoc_sources = [
|
|||
'nvme-wdc-clear-assert-dump',
|
||||
'nvme-wdc-clear-fw-activate-history',
|
||||
'nvme-wdc-clear-pcie-correctable-errors',
|
||||
'nvme-wdc-cloud-boot-SSD-version',
|
||||
'nvme-wdc-cloud-SSD-plugin-version',
|
||||
'nvme-wdc-drive-essentials',
|
||||
'nvme-wdc-drive-log',
|
||||
|
@ -131,9 +134,12 @@ adoc_sources = [
|
|||
'nvme-wdc-namespace-resize',
|
||||
'nvme-wdc-purge',
|
||||
'nvme-wdc-purge-monitor',
|
||||
'nvme-wdc-vs-cloud-log',
|
||||
'nvme-wdc-vs-device-waf',
|
||||
'nvme-wdc-vs-drive-info',
|
||||
'nvme-wdc-vs-error-reason-identifier',
|
||||
'nvme-wdc-vs-fw-activate-history',
|
||||
'nvme-wdc-vs-hw-rev-log',
|
||||
'nvme-wdc-vs-internal-log',
|
||||
'nvme-wdc-vs-nand-stats',
|
||||
'nvme-wdc-vs-smart-add-log',
|
||||
|
@ -168,7 +174,7 @@ if want_docs != 'false'
|
|||
mandir = join_paths(get_option('mandir'), 'man1')
|
||||
htmldir = join_paths(get_option('htmldir'), 'nvme')
|
||||
|
||||
asciidoctor = find_program('asciidoc', required : false)
|
||||
asciidoctor = find_program('asciidoc', required: get_option('docs-build'))
|
||||
if want_docs_build and asciidoctor.found()
|
||||
# Build documentation before installing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue