Update plone3 skeleton
[zope-bootstrap.git] / Makefile.pil
index c137d35..9f1c9cc 100644 (file)
@@ -33,12 +33,19 @@ pil: pil-unpack pil-build
 debdepends::
        aptitude install libjpeg62-dev libfreetype6-dev
 
-clean:: pil-clean
-
 setup:: pil
 
-help::
+fullhelp::
        @echo "    pil-rebuild"
        @echo "        recompile PIL plugin from source. This may be needed after"
        @echo "        upgrading the host distribution."
+       @echo
+
+varhelp::
+       @echo "    PIL_VERSION ($(PIL_VERSION))"
+       @echo "        Version of the Python Imaging Library to install."
+       @echo
+       @echo "    PIL_URL ($(PIL_URL))"
+       @echo "        URL to download the Python Imaging Library from. The default value"
+       @echo "        is automatically generated from PIL_VERSION."
        @echo
\ No newline at end of file