mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 02:04:45 +03:00
Merge a4878b99fd
into 477841b010
This commit is contained in:
commit
e6bb36a5e0
5
docs/BUILDME
Normal file → Executable file
5
docs/BUILDME
Normal file → Executable file
|
@ -1,7 +1,12 @@
|
||||||
|
#!/bin/bash
|
||||||
# $Id$
|
# $Id$
|
||||||
# quick build (for lazy programmers). for more information on the
|
# quick build (for lazy programmers). for more information on the
|
||||||
# build process, see the README file.
|
# build process, see the README file.
|
||||||
|
|
||||||
|
if [ ${PWD##*/} == "docs" ]; then
|
||||||
|
cd ..
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$1" = "clean" ]; then
|
if [ "$1" = "clean" ]; then
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
rm -f *.so PIL/*.so
|
rm -f *.so PIL/*.so
|
||||||
|
|
Loading…
Reference in New Issue
Block a user