From 00b91620e3c45b83590b942a33928bafb3ea5c77 Mon Sep 17 00:00:00 2001 From: Thomas Jensen Date: Sat, 14 Aug 1999 19:01:31 +0000 Subject: [PATCH] After taking a snapshot, put it in the author's archives, too. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 443adf8..e452272 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Creation: August 14, 1999 (Saturday, 01:08h) # Author: Copyright (C) 1999 Thomas Jensen # tsjensen@stud.informatik.uni-erlangen.de -# Version: $Id$ +# Version: $Id: Makefile,v 1.1 1999/08/13 23:45:34 tsjensen Exp tsjensen $ # Format: GNU make # Web Site: http://home.pages.de/~jensen/boxes/ # Platforms: sparc/Solaris 2.6 and others @@ -24,7 +24,9 @@ # # Revision History: # -# $Log$ +# $Log: Makefile,v $ +# Revision 1.1 1999/08/13 23:45:34 tsjensen +# Initial revision #____________________________________________________________________________ #============================================================================ @@ -50,6 +52,8 @@ snap: $(ALL_FILES) cp $(SNAPFILE).tar.gz $(WEBHOME)/download/ rm -f $(WEBHOME)/download/current-SNAP.tar.gz (cd $(WEBHOME)/download; ln -s $(SNAPFILE).tar.gz current-SNAP.tar.gz) + mv -i $(SNAPFILE).tar.gz archive/ + chmod 444 archive/$(SNAPFILE).tar.gz rcstest: -for i in $(RCS_FILES) ; do rcsdiff $$i ; done