7 howto
/*.txt howto
/*.html \
8 technical
/*.txt technical
/*.html \
14 elif test -f "$T/$h" &&
15 diff -u -I'Last updated [0-9][0-9]-[A-Z][a-z][a-z]-' "$T/$h" "$h"
19 echo >&2 "# install $h $T/$h"
21 mkdir
-p `dirname "$T/$h"`
25 strip_leading
=`echo "$T/" | sed -e 's|.|.|g'`
27 "$T"/*.html
"$T"/*.txt \
28 "$T"/howto
/*.txt
"$T"/howto
/*.html \
29 "$T"/technical
/*.txt
"$T"/technical
/*.html
31 h
=`expr "$th" : "$strip_leading"'\(.*\)'`
33 index.html
) continue ;;
35 test -f "$h" && continue
36 echo >&2 "# rm -f $th"
39 ln -sf git.html
"$T/index.html"