Index: /trunk/CVSROOT/writers
===================================================================
--- /trunk/CVSROOT/writers	(revision 943)
+++ /trunk/CVSROOT/writers	(revision 944)
@@ -1,1 +1,2 @@
 tbretz
+rkb
Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 943)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 944)
@@ -1,3 +1,13 @@
                                                                   -*-*- END -*-*-
+
+ 2001/09/25: Thomas Bretz
+
+   * Makefile:
+     - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
+       It contains the origin (CVSROOT) of the repository and my confuse
+       people triing to commit changed files from such an archive to
+       the repository
+
+
 
  2001/09/20: Thomas Bretz
Index: /trunk/MagicSoft/Mars/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/Makefile	(revision 943)
+++ /trunk/MagicSoft/Mars/Makefile	(revision 944)
@@ -131,5 +131,5 @@
 tar:	mrproper
 	@echo "Making tar-file"
-	@tar -cvf ../mars.tar .rootrc *
+	@tar -cvf ../mars.tar --exclude=Root .rootrc *
 	@gzip -9 ../mars.tar
 
