5 for h
in *.html
*.txt howto
/*.txt howto
/*.html
7 diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h" ||
{
8 echo >&2 "# install $h $T/$h"
10 mkdir
-p `dirname "$T/$h"`
14 strip_leading
=`echo "$T/" | sed -e 's|.|.|g'`
15 for th
in "$T"/*.html
"$T"/*.txt
"$T"/howto
/*.txt
"$T"/howto
/*.html
17 h
=`expr "$th" : "$strip_leading"'\(.*\)'`
19 index.html
) continue ;;
21 test -f "$h" && continue
22 echo >&2 "# rm -f $th"
25 ln -sf git.html
"$T/index.html"