summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index c75394a..bc8d264 100644
--- a/meson.build
+++ b/meson.build
@@ -141,7 +141,6 @@ sys.exit(os.path.isfile("@0@"))
endif
# Check if perl is required and available.
-# Done now, when the doc_reference script is available.
doc_perl_prop = run_command(
python3, doc_reference, 'get_script_property',
'', # MMDOCTOOLDIR is not used
@@ -298,11 +297,9 @@ endif
build_pdf = build_pdf_by_default and can_build_pdf
explain_pdf = ''
if build_pdf_by_default and not build_pdf
- explain_pdf = ' (requires dblatex or (xmllint and docbook2pdf))'
+ explain_pdf = ' (requires dblatex or (xsltproc and fop))'
endif
-
-
summary = [
'',
'------',