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

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


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

Changed:
  D   zc.i18n/trunk/Makefile

-=-
Deleted: zc.i18n/trunk/Makefile
===================================================================
--- zc.i18n/trunk/Makefile	2006-06-15 17:51:11 UTC (rev 68660)
+++ zc.i18n/trunk/Makefile	2006-06-15 17:51:41 UTC (rev 68661)
@@ -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