Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8f9ab756e2
commit
70a0abe13f
874 changed files with 9553 additions and 1347 deletions
|
@ -1,17 +1,19 @@
|
|||
top_source_dir = meson.current_source_dir() + '/../../'
|
||||
|
||||
want_docs = get_option('docs')
|
||||
|
||||
if want_docs != 'false'
|
||||
want_docs_build = get_option('docs-build')
|
||||
rstdir = get_option('rstdir')
|
||||
if want_docs_build
|
||||
kernel_doc = find_program('../kernel-doc')
|
||||
kernel_doc = find_program(top_source_dir + 'scripts/kernel-doc')
|
||||
|
||||
conf = configuration_data()
|
||||
conf.set('SYSCONFDIR', sysconfdir)
|
||||
|
||||
if want_docs == 'all' or want_docs == 'rst' or want_docs == 'html'
|
||||
foreach apif : api_files
|
||||
afile = files('../../src/nvme/' + apif)
|
||||
afile = files(top_source_dir + 'src/nvme/' + apif)
|
||||
subst = configure_file(
|
||||
input: afile,
|
||||
output: '@BASENAME@.subst',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue