# # Makefile.ADMIN # # Maintenance tasks # # You can refetch files from the website, then run "git diff" to # sanity check any changes before committing. # LYNX= lynx -dump -nolist TRIM= expand | sed -e 's/^ *$$//' | cat -s WEB= https://www.tcsh.org PAGES= FAQ all: ${PAGES} .for i in ${PAGES} $i: force ${LYNX} ${WEB}/${i:tl}/ | ${TRIM} > ${.TARGET} .endfor .DUMMY: force force: