Date:	Saturday August 23, 2003 @ 1:14
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.real-time.com:/var/tmp/cvs-serv28837

Modified Files:
	ChangeLog Makefile.in README.releasing 
Log Message:
Makefile.in mods for GNU standards

****************************************

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.142 Vanilla/ChangeLog:1.143
--- Vanilla/ChangeLog:1.142	Fri Feb 21 03:23:08 2003
+++ Vanilla/ChangeLog	Sat Aug 23 01:14:18 2003
@@ -1,3 +1,18 @@
+Fri Aug 22 22:53:57 2003  James Cameron  <quozl at us.netrek.org>
+
+	* Makefile.in (install): added DESTDIR to all Makefile.in files to
+	assist with packaging, per GNU standards.
+
+Tue Feb 25 17:15:00 2003  James Cameron  <quozl at us.netrek.org>
+
+	* tools/setgalaxy.c: creative server shutdown ... simulate
+	galactic collapse.
+
+Mon Feb 24 21:36:04 2003  James Cameron  <quozl at us.netrek.org>
+
+	* ntserv/ntscmds.c (do_register): add user registration data
+	capture.
+
 Fri Feb 21 19:40:50 2003  James Cameron  <quozl at us.netrek.org>
 
 	* ntserv/main.c (main): add NO_HOSTNAMES define for testing.
@@ -1463,4 +1478,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.142 2003/02/21 09:23:08 cameron Exp $
+	$Id: ChangeLog,v 1.143 2003/08/23 06:14:18 cameron Exp $
Index: Vanilla/Makefile.in
diff -u Vanilla/Makefile.in:1.4 Vanilla/Makefile.in:1.5
--- Vanilla/Makefile.in:1.4	Thu May 10 05:37:10 2001
+++ Vanilla/Makefile.in	Sat Aug 23 01:14:18 2003
@@ -1,4 +1,4 @@
-#	$Id: Makefile.in,v 1.4 2001/05/10 10:37:10 quisar Exp $	
+#	$Id: Makefile.in,v 1.5 2003/08/23 06:14:18 cameron Exp $	
 #
 #	Installers, you should not need to edit this file.
 #	Everything should be setup in the configuration script.
@@ -126,25 +126,25 @@
 distclean: clean reallyclean rmdependencies
 
 installbin: all
-	cd ntserv;    $(MAKE) install
-	cd robots;    $(MAKE) install
-	cd robotd;    $(MAKE) install
+	cd ntserv;    $(MAKE) install DESTDIR=$(DESTDIR)
+	cd robots;    $(MAKE) install DESTDIR=$(DESTDIR)
+	cd robotd;    $(MAKE) install DESTDIR=$(DESTDIR)
 	if [ x at GUM@ = xdo_gum ]; then \
-		cd gum;       $(MAKE) install; \
+		cd gum;       $(MAKE) install DESTDIR=$(DESTDIR); \
 	fi
-	cd newstartd; $(MAKE) install
+	cd newstartd; $(MAKE) install DESTDIR=$(DESTDIR)
 	- at if [ -f res-rsa/Makefile ]; then \
-		cd res-rsa; echo "	cd res-rsa; make install"; $(MAKE) install; \
+		cd res-rsa; echo "	cd res-rsa; make install"; $(MAKE) install DESTDIR=$(DESTDIR); \
 	fi
-	cd tools;     $(MAKE) install
-	cd keycomp;   $(MAKE) install
-	cd pledit;    $(MAKE) install
-	cd sequencer; $(MAKE) install
-	cd xsg;       $(MAKE) install
+	cd tools;     $(MAKE) install DESTDIR=$(DESTDIR)
+	cd keycomp;   $(MAKE) install DESTDIR=$(DESTDIR)
+	cd pledit;    $(MAKE) install DESTDIR=$(DESTDIR)
+	cd sequencer; $(MAKE) install DESTDIR=$(DESTDIR)
+	cd xsg;       $(MAKE) install DESTDIR=$(DESTDIR)
 
 install: installbin 
-	cd docs;   $(MAKE) install
-	cd tools;  $(MAKE) installtrekon
+	cd docs;   $(MAKE) install DESTDIR=$(DESTDIR)
+	cd tools;  $(MAKE) installtrekon DESTDIR=$(DESTDIR)
 	-cd tools; ./convert
 	@echo
 	@echo "Vanilla Netrek Server installation is completed."
Index: Vanilla/README.releasing
diff -u Vanilla/README.releasing:1.7 Vanilla/README.releasing:1.8
--- Vanilla/README.releasing:1.7	Fri Jun 21 01:15:55 2002
+++ Vanilla/README.releasing	Sat Aug 23 01:14:18 2003
@@ -1,5 +1,5 @@
 
-$Id: README.releasing,v 1.7 2002/06/21 06:15:55 cameron Exp $
+$Id: README.releasing,v 1.8 2003/08/23 06:14:18 cameron Exp $
 
 Release Procedure
 
@@ -63,8 +63,14 @@
 rpm -ba netrek.spec
 # test package install
 
+# sign package
+gpg --detach-sign -a Vanilla-$VS.tar.gz
+
 # send .tar.gz and .rpm to ftp sites
 ftp://ftp.netrek.org/pub/netrek/incoming/ (note 15 second login timer)
+put Vanilla-2.9pl8.tar.gz
+put Vanilla-2.9pl8.tar.gz.asc
+put Vanilla-2.9pl8.tar.gz.md5sum
 ftp://ftp.real-time.com/pub/Incoming/
 	
 # notify mirror owners, include URL of incoming copy and md5sum.

_______________________________________________
vanilla-devel mailing list
vanilla-devel at us.netrek.org
https://mailman.real-time.com/mailman/listinfo/vanilla-devel