summaryrefslogtreecommitdiffstats
path: root/imap/Makefile.am
diff options
context:
space:
mode:
authorSam Varshavchik2020-07-12 15:55:09 -0400
committerSam Varshavchik2020-07-12 15:55:09 -0400
commit0c23605497ed7b423169e07c53321877ddf6614b (patch)
tree17ea2064b0f62a27e0522b0500be686d7af99972 /imap/Makefile.am
parentf5e8b40fa314b7f64c09be83c208665b32f797ec (diff)
downloadcourier-libs-0c23605497ed7b423169e07c53321877ddf6614b.tar.bz2
Pass --nonet to xsltproc.
Diffstat (limited to 'imap/Makefile.am')
-rw-r--r--imap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index 7d8f5ff..dda6235 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -196,7 +196,7 @@ courierpop3d.8.in: courierpop3d.sgml ../docbook/sgml2man
README.proxy.html: README.proxy.sgml
rm -rf html.tmp
xsltproc -o html.tmp/ --nonet http://docbook.sourceforge.net/release/xsl/current/xhtml/onechunk.xsl README.proxy.sgml
- xsltproc ../docbook/fixhtml.xsl html.tmp/* >README.proxy.html.tmp
+ xsltproc --nonet ../docbook/fixhtml.xsl html.tmp/* >README.proxy.html.tmp
mv -f README.proxy.html.tmp README.proxy.html
rm -rf html.tmp