summaryrefslogtreecommitdiff
path: root/extras/CustomTarget_autotextshare.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-08-28 09:56:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-08-28 10:29:09 +0100
commitfe1eb8809d22bc87d9d636f6c084ed5249c7eb37 (patch)
treef739f1979778c5d6a362e4e277a3d509484e8dde /extras/CustomTarget_autotextshare.mk
parentbd8b93fdff93ff7b2b7e493a7bcef6a59f299dae (diff)
use nonet for xsltproc
Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb
Diffstat (limited to 'extras/CustomTarget_autotextshare.mk')
-rw-r--r--extras/CustomTarget_autotextshare.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/CustomTarget_autotextshare.mk b/extras/CustomTarget_autotextshare.mk
index 844ac43534f9..486ac6376c47 100644
--- a/extras/CustomTarget_autotextshare.mk
+++ b/extras/CustomTarget_autotextshare.mk
@@ -3843,7 +3843,7 @@ $(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.png : $(SRCDIR)/ext
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.xml : $(SRCDIR)/extras/source/autotext/lang/%.xml \
| $(call gb_ExternalExecutable_get_dependencies,xsltproc)
$(call gb_Output_announce,$*.xml,$(true),XSL,1)
- $(call gb_ExternalExecutable_get_command,xsltproc) -o $@ $(SRCDIR)/extras/util/compact.xsl $<
+ $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $<
$(call gb_CustomTarget_get_workdir,extras/source/autotext)/%.bau :
$(call gb_Output_announce,$*.bau,$(true),ZIP,2)