Version 1.0.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 5 Aug 1996 09:33:53 +0000 (09:33 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 5 Aug 1996 09:33:53 +0000 (09:33 +0000)
Makefile
README

index 11a3c94..791b660 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,15 @@
 # Top level Makefile for the Z39.50 gateway (Web and email)
 # Europagate, 1995-1996.
 #
-# $Id: Makefile,v 1.34 1996/06/06 11:10:04 adam Exp $
+# $Id: Makefile,v 1.35 1996/08/05 09:33:53 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
 #CC=checkergcc
 CPP=$(CC) -E
 
+VERSION=1.0
+
 # Email gateway settings --------------------------------------
 
 # Directory for the email gateway files
@@ -120,5 +122,15 @@ gnudepend:
                sed 's/^depend: depend1/depend: depend2/g' >Makefile.tmp;then \
                mv -f Makefile.tmp Makefile; fi); done
 
-wc:
-       wc `find . -name '*.[ch]'`
+distribution:
+       echo "Making distribution version $(VERSION). Did you commit?"
+       if [ -d tmp ]; then \
+               rm -fr tmp; \
+       fi
+       mkdir tmp; cd tmp; cvs export -f -D now egate
+       cd tmp; mv egate egate-$(VERSION)
+       cd tmp/egate-$(VERSION); make taildepend
+       cd tmp/egate-$(VERSION)/doc; make all
+       cd tmp; tar zcf ../egate-$(VERSION).tar.gz egate-$(VERSION)
+       rm -fr tmp
+       
diff --git a/README b/README
index b68cdb7..a371d8c 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-$Id: README,v 1.3 1996/06/06 10:34:31 adam Exp $
-
 Europagate Email/Z39.50 gateway & Web/Z39.50 gateway
 
 See LICENSE for details.
 
+Version 1.0 $Date: 1996/08/05 09:33:54 $
+
 Documentation can be found in the doc directory.
 
  Email/Z39.50