Projet

Général

Profil

0001-docs-xsltproc-do-not-use-Internet-to-fetch-DTDs-enti.patch

Thomas Noël, 27 août 2019 11:04

Télécharger (885 octets)

Voir les différences:

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(-)
docs/lasso-book/figures/Makefile.am
24 24
CLEANFILES = $(FIGURES_PNG_FILES) $(GENERATED_FIGURES_SVG_FILES)
25 25

  
26 26
%.svg:
27
	$(XSLTPROC) --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \
27
	$(XSLTPROC) --nonet --stringparam stepno `echo $@ | sed -e 's/[^0-9]//g'` \
28 28
		$(srcdir)/step.xsl $< > $@
29 29

  
30 30
%.png: %.svg
31
-