diff options
author | mp <mp@FreeBSD.org> | 2001-09-05 17:49:32 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-09-05 17:49:32 +0000 |
commit | 538cdbc622d96ebd9ba6fae4c5b21f8704e88d90 (patch) | |
tree | 836fb15b752f30ac10f0e8bc35125091d7a821a3 /contrib/tcsh/Makefile.ADMIN | |
parent | 9b07833722e76f7d023c491eaf74bf278221b55d (diff) | |
download | FreeBSD-src-538cdbc622d96ebd9ba6fae4c5b21f8704e88d90.zip FreeBSD-src-538cdbc622d96ebd9ba6fae4c5b21f8704e88d90.tar.gz |
Import tcsh-6.11
Diffstat (limited to 'contrib/tcsh/Makefile.ADMIN')
-rw-r--r-- | contrib/tcsh/Makefile.ADMIN | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN new file mode 100644 index 0000000..9661906 --- /dev/null +++ b/contrib/tcsh/Makefile.ADMIN @@ -0,0 +1,20 @@ +# +# 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: |