aboutsummaryrefslogblamecommitdiff
path: root/contrib/tcsh/Makefile.ADMIN
blob: 96619061947951d838ad8211c29c31454bdde4c6 (plain) (tree)



















                                                                
#
# Makefile.ADMIN
#
# Maintenance tasks
#
# You can refetch files from the website, then run "cvs diff" to
# sanity check any changes before committing.
#

LYNX=	lynx -dump -nolist
TRIM=	expand | sed -e 's/^  *$$//' | cat -s
WEB=	http://www.tcsh.org/page?

.for i in FAQ WishList
$i: force
	${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET}
.endfor

.DUMMY: force
force: