]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: More consistent file naming
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 8 Aug 2023 14:12:36 +0000 (16:12 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:34 +0000 (13:28 +0100)
meson.build

index 87caf6ccedf14bc9e4f0d882222db023614ed86d..949763ae8edb82d8a046ad1f5061fe2d9d930eb2 100644 (file)
@@ -80,7 +80,7 @@ if not ragel.found() and not fs.exists('pdns' / 'dnslabeltext.cc')
 endif
 
 # Swagger
-if not fs.exists('pdns/api-swagger.json') and not python_have_venv
+if not fs.exists('pdns' / 'api-swagger.json') and not python_have_venv
   error('Python3 and/or its venv module is not available and ' +
         '`pdns/api-swagger.json` cannot be found. ' +
         'The Authoritative Server cannot be built.')
@@ -88,7 +88,7 @@ endif
 # TODO Generate api-swagger.json
 
 # Manpages
-if not fs.exists('docs/pdns_server.1') and not python_have_venv
+if not fs.exists('docs' / 'pdns_server.1') and not python_have_venv
   warning('Python3 and/or its venv module is not available and ' +
           '`docs/pdns_server.1` cannot be found. ' +
           'Documentation will not be built.')