Makefile.ADMIN (tcsh-6.22.02) | : | Makefile.ADMIN (tcsh-6.22.03) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
# Makefile.ADMIN | # Makefile.ADMIN | |||
# | # | |||
# Maintenance tasks | # Maintenance tasks | |||
# | # | |||
# You can refetch files from the website, then run "git diff" to | # You can refetch files from the website, then run "git diff" to | |||
# sanity check any changes before committing. | # sanity check any changes before committing. | |||
# | # | |||
LYNX= lynx -dump -nolist | LYNX= lynx -dump -nolist | |||
TRIM= expand | sed -e 's/^ *$$//' | cat -s | TRIM= expand | sed -e 's/^ *$$//' | cat -s | |||
WEB= http://www.tcsh.org/page? | WEB= https://www.tcsh.org | |||
PAGES= FAQ WishList | PAGES= FAQ | |||
all: ${PAGES} | all: ${PAGES} | |||
.for i in FAQ WishList | .for i in ${PAGES} | |||
$i: force | $i: force | |||
${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET} | ${LYNX} ${WEB}/${i:tl}/ | ${TRIM} > ${.TARGET} | |||
.endfor | .endfor | |||
.DUMMY: force | .DUMMY: force | |||
force: | force: | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |