]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Auth manpages
authorFred Morcos <fred.morcos@open-xchange.com>
Thu, 6 Jul 2023 10:03:12 +0000 (12:03 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:28 +0000 (13:28 +0100)
meson.build

index 16c02212a3a71fa1d778cdd513524c8264c377be..e9a4ca5c7801fd1f3cf46c8a7eb9a7b12b8b3137 100644 (file)
@@ -58,6 +58,14 @@ if not fs.exists('pdns/api-swagger.json') and not python_have_venv
 endif
 # TODO Generate api-swagger.json
 
+# Manpages
+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.')
+endif
+# TODO Generate pdns_server.1 manpage
+
 # Sqlite3
 opt_sqlite3 = get_option('sqlite3')
 # TODO Use Sqlite3