summaryrefslogtreecommitdiff
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-09 03:15:00 +0000
committerBenjamin Peterson <benjamin@python.org>2009-01-09 03:15:00 +0000
commit0413e440de72b5061e18b1bed52d4cc1a601424c (patch)
tree900f0ef9cf1834b8216d2d1e8e95df3a9f0ab546 /Misc/build.sh
parent862e6a2d01c0488c9b7017dc51a74462c968b999 (diff)
downloadcpython-0413e440de72b5061e18b1bed52d4cc1a601424c.tar.gz
remove temporary code now
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 2c09fbb481..2a44ce1975 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.