From: Pekka Riikonen Date: Sun, 12 Aug 2001 14:56:43 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~1939 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=f80afb458c55087e79a0698fb9450cd73fa40fc3 updates. --- diff --git a/scripts/silcdoc/silcdoc b/scripts/silcdoc/silcdoc index 26219e39..916006fe 100755 --- a/scripts/silcdoc/silcdoc +++ b/scripts/silcdoc/silcdoc @@ -93,7 +93,6 @@ if [ "$TYPE" = "HTML" ]; then # Get library name name=`grep "@LIBRARY=" $i |cut -d= -f2` fname=`grep "@FILENAME=" $i |cut -d= -f2` - links=`grep "@LINK=" $i |cut -d= -f2 |cut -d: -f1` # Generate links for this library sed -e "/@LINKS@/ r $DST/$fname.links" -e s/@LINKS@//g $i >$DST/$fname