updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 12 Aug 2001 14:56:43 +0000 (14:56 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 12 Aug 2001 14:56:43 +0000 (14:56 +0000)
scripts/silcdoc/silcdoc

index 26219e39b589534397678e9bc59298fc4130cc6a..916006fec6e497d47cfb402170976d546db36dcb 100755 (executable)
@@ -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