summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/Makefile.ADMIN
diff options
context:
space:
mode:
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 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:
OpenPOWER on IntegriCloud