summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJonathan Paugh <jpaugh@pobox.com>2021-04-11 03:58:00 -0500
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2021-07-12 12:53:08 +0000
commit46b000c70f8b5caefe77c7e4b9c3b7ef07044da1 (patch)
tree000dd1374330d50fad5d85412416061c44fead55 /man
parent01aaf9fe925493f9f508fbd9327eb7933173380c (diff)
downloadglade-46b000c70f8b5caefe77c7e4b9c3b7ef07044da1.tar.gz
Allow xsltproc to download files
These files are required to build the man pages; unfortunately, xsltproc does not appear to cache these files, so this may not be the best solution.
Diffstat (limited to 'man')
-rw-r--r--man/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/meson.build b/man/meson.build
index 2345ea1f..f14b3e32 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -4,7 +4,6 @@ assert(xsltproc.found(), 'xsltproc is required for man pages generation')
xsltproc_cmd = [
xsltproc,
'--output', '@OUTPUT@',
- '--nonet',
'--stringparam', 'man.output.quietly', '1',
'--stringparam', 'funcsynopsis.style', 'ansi',
'--stringparam', 'man.th.extra1.suppress', '1',