aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/Makefile.ADMIN
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2001-09-05 17:49:32 +0000
committerMark Peek <mp@FreeBSD.org>2001-09-05 17:49:32 +0000
commit6767bd61d2a712aa8c1df05b77201db4e0fb7dc7 (patch)
tree836fb15b752f30ac10f0e8bc35125091d7a821a3 /contrib/tcsh/Makefile.ADMIN
parent28ae2e3a2b66b61dfa06a9c7b6450135a95038f3 (diff)
downloadsrc-6767bd61d2a712aa8c1df05b77201db4e0fb7dc7.tar.gz
src-6767bd61d2a712aa8c1df05b77201db4e0fb7dc7.zip
Import tcsh-6.11
Notes
Notes: svn path=/vendor/tcsh/dist/; revision=83098
Diffstat (limited to 'contrib/tcsh/Makefile.ADMIN')
-rw-r--r--contrib/tcsh/Makefile.ADMIN20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN
new file mode 100644
index 000000000000..966190619479
--- /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: