From fdaf2c8728a0a75d3ab69c2fc708159517fa9039 Mon Sep 17 00:00:00 2001 From: "ludovic.rousseau" Date: Wed, 14 Sep 2005 09:50:30 +0000 Subject: [PATCH] use -nv instead of --non-verbose since wget 1.10 now uses --no-verbose instead. Grr! git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2590 c6295689-39f2-0310-b995-f0e70906c6a9 --- doc/export-wiki.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/export-wiki.sh b/doc/export-wiki.sh index 5e9e21de..716cddb0 100755 --- a/doc/export-wiki.sh +++ b/doc/export-wiki.sh @@ -22,7 +22,7 @@ fi rm -rf "$SRCDIR"/*.html "$SRCDIR"/*.css -wget --non-verbose $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp +wget -nv $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp grep "\"/$WIKI/[^\"]*\"" "$SRCDIR"/TitleIndex.tmp \ |sed -e "s#.*\"/$WIKI/\([^\"]*\)\".*#\1#g" \ @@ -33,7 +33,7 @@ sed -e /^Trac/d -e /^Wiki/d -e /^TitleIndex/d -e /^RecentChanges/d \ 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 + wget -nv $SERVER/$WIKI/$A -O "$SRCDIR"/$F.tmp xsltproc --nonet --output "$SRCDIR"/$F.html "$SRCDIR"/$XSL "$SRCDIR"/$F.tmp sed -e "s#