[Checkins] SVN: z3c.sqlalchemy/trunk/Makefile

Andreas Jung andreas at andreas-jung.com
Mon Jun 25 09:09:53 EDT 2007


Log message for revision 77037:
  

Changed:
  U   z3c.sqlalchemy/trunk/Makefile

-=-
Modified: z3c.sqlalchemy/trunk/Makefile
===================================================================
--- z3c.sqlalchemy/trunk/Makefile	2007-06-25 13:08:35 UTC (rev 77036)
+++ z3c.sqlalchemy/trunk/Makefile	2007-06-25 13:09:53 UTC (rev 77037)
@@ -1,5 +1,11 @@
+all: sdist egg upload
+
 sdist:
-	python2.4 setup.py sdist
+	python2.4 setup.py sdist upload
 
+register:
+	python2.4 setup.py register
+
 egg:
-	python2.4 setup.py bdist_egg
\ No newline at end of file
+	python2.4 setup.py bdist_egg upload
+	python2.5 setup.py bdist_egg upload



More information about the Checkins mailing list