X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fhowto-index.sh;h=34aa30c5b9ffc617e1519878317c2ae83bed6a6a;hb=HEAD;hp=f9d3e57a9179d86389ce4b3f56e34431f1e9a4a7;hpb=b033b4e48195ef5974b7255f30de2cd7f67868b8;p=git.git diff --git a/Documentation/howto-index.sh b/Documentation/howto-index.sh index f9d3e57a..34aa30c5 100755 --- a/Documentation/howto-index.sh +++ b/Documentation/howto-index.sh @@ -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 "