Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / contrib / tcsh / Makefile.ADMIN
1 #
2 # Makefile.ADMIN
3 #
4 # Maintenance tasks
5 #
6 # You can refetch files from the website, then run "cvs diff" to
7 # sanity check any changes before committing.
8 #
9
10 LYNX=   lynx -dump -nolist
11 TRIM=   expand | sed -e 's/^  *$$//' | cat -s
12 WEB=    http://www.tcsh.org/page?
13
14 .for i in FAQ WishList
15 $i: force
16         ${LYNX} ${WEB}$i | ${TRIM} > ${.TARGET}
17 .endfor
18
19 .DUMMY: force
20 force: