From 18cc55d7735756f03180d95bb8ae87767634cbee Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Tue, 27 Aug 2019 11:03:58 +0200 Subject: [PATCH] docs/xsltproc: do not use Internet to fetch DTDs, entities or documents (#35590) --- docs/lasso-book/figures/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lasso-book/figures/Makefile.am b/docs/lasso-book/figures/Makefile.am index dd23b956..5f2cd0db 100644 --- a/docs/lasso-book/figures/Makefile.am +++ b/docs/lasso-book/figures/Makefile.am @@ -24,7 +24,7 @@ figures_DATA = $(FIGURES_PNG_FILES) CLEANFILES = $(FIGURES_PNG_FILES) $(GENERATED_FIGURES_SVG_FILES) %.svg: - $(XSLTPROC) --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \ + $(XSLTPROC) --nonet --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \ $(srcdir)/step.xsl $< > $@ %.png: %.svg