Skip to content

Commit bf3174f

Browse files
committed
docs/docs/reference/meson.build: Check if perl is found
Don't use perl.path() when configuring Doxyfile, if perl is not found. Perl is not required, if build-documentation=false. Fixes #53
1 parent 3cd4feb commit bf3174f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ doc_conf_data.set('abs_top_builddir', project_build_root)
4444
doc_conf_data.set('abs_top_srcdir', project_source_root)
4545
doc_conf_data.set('SIGCXX_API_VERSION', sigcxx_api_version)
4646
doc_conf_data.set('DOXYGEN_TAGFILES', doxygen_tagfiles)
47-
doc_conf_data.set('PERL', perl.path())
47+
doc_conf_data.set('PERL', perl.found() ? perl.path() : '')
4848

4949
configure_file(
5050
input: 'Doxyfile.in',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy