From 72992d5309f2b819327817a15e61180c6b315953 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sun, 19 Jan 2003 00:40:50 +0000 Subject: [PATCH] add --disable-xsltproc-net option to pass --nonet to xsltproc Original commit message from CVS: add --disable-xsltproc-net option to pass --nonet to xsltproc --- common | 2 +- docs/manuals.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common b/common index 895baa0fa0..cd4ca955a5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e +Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61 diff --git a/docs/manuals.mak b/docs/manuals.mak index 70df1e06fd..387657c2b3 100644 --- a/docs/manuals.mak +++ b/docs/manuals.mak @@ -45,7 +45,7 @@ endif #!HAVE_XSLTPROC #$(DOC).fo: $(XML) $(PDFS) $(XSLFO) $(XSLFOMODS) # cp magic-pdf magic -# xsltproc $(XSLFO) $(MAIN) > $@-t +# xsltproc $(XSLTPROC_OPTIONS) $(XSLFO) $(MAIN) > $@-t # mv -f $@-t $@ # #$(DOC).pdf: $(DOC).fo @@ -68,7 +68,7 @@ $(DOC): $(XML) $(PNGS) $(XSLHTML) $(XSLHTMLMODS) -$(RM) -r $@ mkdir $@ cp magic-png magic - xsltproc $(XSLHTML) $(MAIN) + xsltproc $(XSLTPROC_OPTIONS) $(XSLHTML) $(MAIN) mv *.html $@ cp $(CSS) $@ test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true