diff --git a/docs/BUILDME b/docs/BUILDME old mode 100644 new mode 100755 index a3c629537..1505dc167 --- a/docs/BUILDME +++ b/docs/BUILDME @@ -1,7 +1,12 @@ +#!/bin/bash # $Id$ # quick build (for lazy programmers). for more information on the # build process, see the README file. +if [ ${PWD##*/} == "docs" ]; then + cd .. +fi + if [ "$1" = "clean" ]; then python setup.py clean rm -f *.so PIL/*.so