7 howto/*.txt howto/*.html \
8 technical/*.txt technical/*.html \
14 elif test -f "$T/$h" &&
15 $DIFF -u -I'^Last updated ' "$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 RelNotes-*.txt | index.html) continue ;;
35 test -f "$h" && continue
36 echo >&2 "# rm -f $th"
39 ln -sf git.html "$T/index.html"