aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/Makefile.ADMIN
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/Makefile.ADMIN')
-rw-r--r--contrib/tcsh/Makefile.ADMIN24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/tcsh/Makefile.ADMIN b/contrib/tcsh/Makefile.ADMIN
deleted file mode 100644
index 5ad3bb8fb3c5..000000000000
--- a/contrib/tcsh/Makefile.ADMIN
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Makefile.ADMIN
-#
-# Maintenance tasks
-#
-# You can refetch files from the website, then run "git diff" to
-# sanity check any changes before committing.
-#
-
-LYNX= lynx -dump -nolist
-TRIM= expand | sed -e 's/^ *$$//' | cat -s
-WEB= https://www.tcsh.org
-
-PAGES= FAQ
-
-all: ${PAGES}
-
-.for i in ${PAGES}
-$i: force
- ${LYNX} ${WEB}/${i:tl}/ | ${TRIM} > ${.TARGET}
-.endfor
-
-.DUMMY: force
-force: