add --disable-xsltproc-net option to pass --nonet to xsltproc
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Sun, 19 Jan 2003 00:40:50 +0000 (00:40 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Sun, 19 Jan 2003 00:40:50 +0000 (00:40 +0000)
Original commit message from CVS:
add --disable-xsltproc-net option to pass --nonet to xsltproc

common
docs/manuals.mak

diff --git a/common b/common
index 895baa0..cd4ca95 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
+Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
index 70df1e0..387657c 100644 (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