[Freezvaut-commits] r31 - trunk

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Dec 21 16:26:50 CET 2005


Author: jan
Date: 2005-12-21 16:26:50 +0100 (Wed, 21 Dec 2005)
New Revision: 31

Modified:
   trunk/ChangeLog
   trunk/Makefile
Log:
Makefile: Bugfix: nicht die alten Tar-Balls einpacken.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2005-12-20 23:50:25 UTC (rev 30)
+++ trunk/ChangeLog	2005-12-21 15:26:50 UTC (rev 31)
@@ -1,5 +1,9 @@
 2005-12-21  Jan-Oliver Wagner  <jan at intevation.de>
 
+	* Makefile: Bugfix: nicht die alten Tar-Balls einpacken.
+
+2005-12-21  Jan-Oliver Wagner  <jan at intevation.de>
+
 	* doc/Makefile: Neu. Minimal für Erstellung und Löschen.
 
 	* Makefile: obiges Makefile benutzen um sauberen tar-ball zu erstellen.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-12-20 23:50:25 UTC (rev 30)
+++ trunk/Makefile	2005-12-21 15:26:50 UTC (rev 31)
@@ -10,5 +10,6 @@
 	cp -R * $(TMPDIR)/$(DIST)
 	find $(TMPDIR)/$(DIST) -name ".svn" | xargs rm -rf
 	( cd $(TMPDIR)/$(DIST)/doc ; make dist-clean )
+	( cd $(TMPDIR)/$(DIST) ; rm -f freezvaut*.tar.gz )
 	tar -C /tmp -czvf $(DIST).tar.gz $(DIST)
 	rm -rf $(TMPDIR)/$(DIST)



More information about the Freezvaut-commits mailing list