diff options
Diffstat (limited to 'contrib/tcsh/Makefile.ADMIN')
| -rw-r--r-- | contrib/tcsh/Makefile.ADMIN | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN deleted file mode 100644 index 966190619479..000000000000 --- a/contrib/tcsh/Makefile.ADMIN +++ /dev/null @@ -1,20 +0,0 @@ -# -# 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: |
