summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-09 03:15:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-09 03:15:00 (GMT)
commitb1178520205ef64d5b8a446d867d7ec93196a545 (patch)
tree4226061e781fdf04175bfd58759c43153f0ffe9d /Misc
parentf902a949c63c95fd668736a35a2b26bb7df91fe3 (diff)
downloadcpython-b1178520205ef64d5b8a446d867d7ec93196a545.zip
cpython-b1178520205ef64d5b8a446d867d7ec93196a545.tar.gz
cpython-b1178520205ef64d5b8a446d867d7ec93196a545.tar.bz2
remove temporary code now
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 2c09fbb..2a44ce1 100755
--- a/Misc/build.sh
+++ b/Misc/build.sh
@@ -247,10 +247,6 @@ fi
cd $DIR/Doc
F="make-doc.out"
start=`current_time`
-
-# Temporary measure to fix build problem
-rm -rf tools/sphinx/jinja
-
# XXX(nnorwitz): For now, keep the code that checks for a conflicted file until
# after the first release of 2.6a1 or 3.0a1. At that point, it will be clear
# if there will be a similar problem with the new doc system.