docs/xsltproc: do not use Internet to fetch DTDs, entities or documents (#35590)

This commit is contained in:
Thomas NOËL 2019-08-27 11:03:58 +02:00
parent 3b72ad847c
commit 18cc55d773
1 changed files with 1 additions and 1 deletions

View File

@ -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