Skip to content

Commit c1113f6

Browse files
authored
Merge pull request #427 from CodeConstruct/docs
doc: Use correct variable in configure_file input
2 parents 521d8c3 + fcf0afe commit c1113f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if want_docs != 'false'
6262
if want_docs_build
6363
foreach apif : api_paths
6464
subst = configure_file(
65-
input: file,
65+
input: apif,
6666
output: '@[email protected]',
6767
configuration: conf)
6868
c = run_command(list_man_pages, subst)

0 commit comments

Comments
 (0)