git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / howto-index.sh
index f9d3e57..34aa30c 100755 (executable)
@@ -41,7 +41,14 @@ do
                q
        }' "$txt"`
 
-       echo "* link:$txt[$title] $from
+       if grep 'Content-type: text/asciidoc' >/dev/null $txt
+       then
+               file=`expr "$txt" : '\(.*\)\.txt$'`.html
+       else
+               file="$txt"
+       fi
+
+       echo "* link:$file[$title] $from
 $abstract
 
 "