additional headings for docs

This commit is contained in:
Kenneth Reitz
2012-03-23 16:21:17 -04:00
parent 58c625affd
commit 2e551e9c4e
+4 -1
View File
@@ -167,10 +167,13 @@ OUT=$(virtualenv --python $PYTHON_EXE --relocatable .)
}
set -e
# ### Cache the Artifacts
#
# Store new artifacts in cache.
for dir in $VIRTUALENV_DIRS; do
rm -rf $CACHE_DIR/$dir
cp -R $dir $CACHE_DIR/
done
# fin.
# ### Fin.