diff options
Diffstat (limited to 'html/Kit/Makefile')
| -rw-r--r-- | html/Kit/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/html/Kit/Makefile b/html/Kit/Makefile deleted file mode 100644 index 3a4e7591..00000000 --- a/html/Kit/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# -# Update exported Kit files from PG Kit repository. -# [interim] -# - -.PHONY: update - -CVSROOT=:pserver:da@cvs.inf.ed.ac.uk:/disk/cvs/proofgen - -# checkout in temp dir because otherwise CVS complains of working dir checkout -update: - mkdir kittmp - cvs -d ${CVSROOT} export -kv -D today -d kittmp kitwebfiles - (cd kittmp; tar -c . | (cd ..; tar -xp)) - rm -rf kittmp - cvs commit -m"Updated from Kit repo" |
