disable network connections by xsltproc.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2586 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-12 21:16:41 +00:00
parent 59cae4140b
commit f4dd1dcd3d
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ rm -rf "$SRCDIR"/ChangeLog
cd "$SRCDIR"/..
svn --verbose --xml log | \
xsltproc --stringparam linelen 75 \
xsltproc --nonet --stringparam linelen 75 \
--stringparam groupbyday no \
--stringparam include-rev no \
doc/svn2cl.xsl - > doc/ChangeLog

View File

@ -34,7 +34,7 @@ for A in WikiStart `cat "$SRCDIR"/WikiWords.tmp`
do
F=`echo $A|sed -e 's/\//_/g'`
wget --non-verbose $SERVER/$WIKI/$A -O "$SRCDIR"/$F.tmp
xsltproc --output "$SRCDIR"/$F.html "$SRCDIR"/$XSL "$SRCDIR"/$F.tmp
xsltproc --nonet --output "$SRCDIR"/$F.html "$SRCDIR"/$XSL "$SRCDIR"/$F.tmp
sed -e "s#<a href=\"/$WIKI/\([^\"]*\)\"#<a href=\"\1.html\"#g" \
-i "$SRCDIR"/$F.html
done

View File

@ -19,7 +19,7 @@ fi
cd "$SRCDIR"
rm -rf html
xsltproc --xinclude -o html/api.html api/html.xsl api/api.xml
xsltproc --xinclude -o ../man/ api/man.xsl api/api.xml
xsltproc --xinclude -o html/tools.html api/html.xsl tools/tools.xml
xsltproc --xinclude -o ../man/ api/man.xsl tools/tools.xml
xsltproc --nonet --xinclude -o html/api.html api/html.xsl api/api.xml
xsltproc --nonet --xinclude -o ../man/ api/man.xsl api/api.xml
xsltproc --nonet --xinclude -o html/tools.html api/html.xsl tools/tools.xml
xsltproc --nonet --xinclude -o ../man/ api/man.xsl tools/tools.xml