Remove redundant LESS_COMPILER setting

This commit is contained in:
Meir Kriheli 2012-04-28 03:25:54 +03:00
commit f558389006
5 changed files with 11 additions and 8 deletions

View file

@ -82,9 +82,9 @@ Setting name (default value) What does it do?
generated HTML, using the `Typogrify
<http://static.mintchaos.com/projects/typogrify/>`_
library
`LESS_GENERATOR` (``FALSE``) Set to True if you want to enable compiling less
files. Requires installation of `less css`_.
`LESS_COMPILER` (``'/usr/bin/lessc'``) The path to less css compiler (`lessc`)
`LESS_GENERATOR` (``FALSE``) Set to True or complete path to `lessc` (if not
found in system PATH) to enable compiling less
css files. Requires installation of `less css`_.
================================================ =====================================================
.. [#] Default is the system locale.