[Checkins] SVN: zc.table/trunk/Makefile After discussion on zope3-dev remove the Makefile.

Brian Sutherland cvs-admin at zope.org
Thu Jun 15 13:54:41 EDT 2006


Log message for revision 68664:
  After discussion on zope3-dev remove the Makefile.

Changed:
  D   zc.table/trunk/Makefile

-=-
Deleted: zc.table/trunk/Makefile
===================================================================
--- zc.table/trunk/Makefile	2006-06-15 17:53:26 UTC (rev 68663)
+++ zc.table/trunk/Makefile	2006-06-15 17:54:38 UTC (rev 68664)
@@ -1,19 +0,0 @@
-PYVERS=2.4
-
-all:
-	# nothing for now
-
-clean: $(PYVERS:%=clean-python%)
-	rm -rf dist
-	rm -rf build
-	rm -rf src/*.egg-info
-
-clean-python%:
-	python$* setup.py clean
-
-.PHONY: dist
-dist: clean $(PYVERS:%=build-python%-egg)
-	python setup.py sdist
-
-build-python%-egg:
-	python$* setup.py bdist_egg



More information about the Checkins mailing list