[Python-checkins] distutils2: upload_docs is a d2 command

tarek.ziade python-checkins at python.org
Fri Oct 8 11:24:04 CEST 2010


tarek.ziade pushed 7c8e61aa51f4 to distutils2:

http://hg.python.org/distutils2/rev/7c8e61aa51f4
changeset:   753:7c8e61aa51f4
tag:         tip
user:        Tarek Ziade <tarek at ziade.org>
date:        Fri Oct 08 11:23:55 2010 +0200
summary:     upload_docs is a d2 command
files:       Makefile

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,9 @@
 	$(PYTHON) setup.py build
 
 release:
-	hg tag `python setup.py --version`
+	hg tag -f `python setup.py --version`
 	cd docs; make html
-	$(PYTHON) setup.py upload_docs
+	$(PYTHON) -m distutils2.run upload_docs
 	$(PYTHON) setup.py register sdist upload
 
 test:

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list