From 3187d73b641b8f688aa4a2a7607abb71131ebd95 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 23 Mar 2012 15:58:45 -0400 Subject: [PATCH] shocco --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a5255c6..df57588 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ +docs: + shocco -t 'Python Buildpack Compiler' ./bin/compile | browser + pip: git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1 - rm -fr src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz + rm -fr vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz rm -fr pip/.git - tar -pczf src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip + tar -pczf vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip rm -fr pip +