updates
[silc.git] / scripts / silcdoc / silcdoc
index b03eacb3c037ec0c16a384e8f7f5d78c05e62f1b..66f0c040a4e45b7630a09e3e27d9f833fc7fda26 100755 (executable)
@@ -35,6 +35,13 @@ ROBO=$4
 # Get all headers in the source directory
 headers=`find $SRC -name "silc*.h"`
 
+#
+# ASCII documentation
+#
+if [ "$TYPE" = "ASCII" ]; then
+
+fi
+
 #
 # HTML documentation
 #
@@ -58,7 +65,7 @@ if [ "$TYPE" = "HTML" ]; then
     do
       n=`grep $k $i |cut -d=  -f2 |cut -d:  -f2`
       echo "<LI><A HREF="$k">$n</A>" >>$DST/$fname.links
-      echo "&nbsp;&nbsp;&nbsp;> <A HREF="$k">$n</A><BR>" >>$DST/index.tmpl
+      echo "&nbsp;&nbsp;&nbsp; <A HREF="$k">$n</A><BR>" >>$DST/index.tmpl
     done
   done