]> www.infradead.org Git - users/sagi/libnvme.git/commit
doc: Use correct variable in configure_file input
authorJeremy Kerr <jk@codeconstruct.com.au>
Thu, 14 Jul 2022 10:18:54 +0000 (18:18 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Thu, 14 Jul 2022 10:18:54 +0000 (18:18 +0800)
commitfcf0afedb62cc715d7c7573ce56e95b00c64f19e
tree65549505f2bfbfe23cb73d88f832bb5c3eaf2e2a
parent521d8c36f8fa493ca52cc9696038c2d935398cc5
doc: Use correct variable in configure_file input

In e33cc17 we removed an inner loop on the result of files(), but didn't
update the local variable to suit.

This change uses the correct iterator variable for the configure_file()
invocation.

Reported-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
doc/meson.build