projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb6983
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sun, 12 Aug 2001 14:56:43 +0000
(14:56 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sun, 12 Aug 2001 14:56:43 +0000
(14:56 +0000)
scripts/silcdoc/silcdoc
patch
|
blob
|
history
diff --git
a/scripts/silcdoc/silcdoc
b/scripts/silcdoc/silcdoc
index 26219e39b589534397678e9bc59298fc4130cc6a..916006fec6e497d47cfb402170976d546db36dcb 100755
(executable)
--- 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