Merge branch 'bk/document-commit-tree-S'
[gitweb.git] / Documentation / howto-index.sh
index f9d3e57a9179d86389ce4b3f56e34431f1e9a4a7..a2340864b534b4eaa7c8f9a6197563b8d939c544 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
 
 cat <<\EOF
-GIT Howto Index
+Git Howto Index
 ===============
 
 Here is a collection of mailing list postings made by various
-people describing how they use git in their workflow.
+people describing how they use Git in their workflow.
 
 EOF
 
@@ -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
 
 "