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
This commit is contained in:
David I. Lehn 2003-01-19 00:40:50 +00:00
parent 9139cc81ba
commit 72992d5309
2 changed files with 3 additions and 3 deletions

2
common

@ -1 +1 @@
Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61

View file

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