[Python-checkins] distutils2: merged

tarek.ziade python-checkins at python.org
Wed Sep 22 12:49:31 CEST 2010


tarek.ziade pushed 635b84965ec6 to distutils2:

http://hg.python.org/distutils2/rev/635b84965ec6
changeset:   687:635b84965ec6
tag:         tip
parent:      686:bf4844576472
parent:      685:57798d1a3c13
user:        Tarek Ziade <tarek at ziade.org>
date:        Wed Sep 22 12:49:22 2010 +0200
summary:     merged
files:       Makefile

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@
 
 release:
 	hg tag `python setup.py --version`
-	hg ci -m "Release tagged"
 	cd docs; make html
 	$(PYTHON) setup.py upload_docs
 	$(PYTHON) setup.py register sdist upload
diff --git a/docs/source/conf.py b/docs/source/conf.py
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -18,7 +18,7 @@
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #sys.path.append(os.path.abspath('.'))
-sys.path.append(os.path.abspath(os.path.join(__file__, '..', '..', '..', 'src')))
+sys.path.append(os.path.abspath(os.path.join(__file__, '..', '..', '..')))
 
 # -- General configuration -----------------------------------------------------
 

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


More information about the Python-checkins mailing list