fix wiki html export.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3166 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2007-05-04 07:13:04 +00:00
parent 60195aa9bf
commit b5df816684
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ rm -rf "$SRCDIR"/*.html "$SRCDIR"/*.css
wget -nv $SERVER/$WIKI/TitleIndex -O "$SRCDIR"/TitleIndex.tmp
grep "\"/$WIKI/[^\"]*\"" "$SRCDIR"/TitleIndex.tmp \
sed -e "s#</li>#</li>\n#g" < "$SRCDIR"/TitleIndex.tmp \
| grep "\"/$WIKI/[^\"]*\"" \
|sed -e "s#.*\"/$WIKI/\([^\"]*\)\".*#\1#g" \
> "$SRCDIR"/WikiWords.tmp
sed -e /^Trac/d -e /^Wiki/d -e /^TitleIndex/d -e /^RecentChanges/d \