6 # You can refetch files from the website, then run "cvs diff" to
7 # sanity check any changes before committing.
10 LYNX= lynx -dump -nolist
11 TRIM= expand | sed -e 's/^ *$$//' | cat -s
12 WEB= http://www.tcsh.org/page?
14 .for i in FAQ WishList
16 ${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET}