Parent Directory
|
Revision Log
no need to specify '../dir_name' for files in the same directory.
| 1 | [buildout] |
| 2 | extends = |
| 3 | libxml2.cfg |
| 4 | libxslt.cfg |
| 5 | zlib.cfg |
| 6 | |
| 7 | parts = |
| 8 | lxml-python |
| 9 | |
| 10 | [lxml-python-env] |
| 11 | PATH = ${libxslt:location}/bin:%(PATH)s |
| 12 | |
| 13 | [lxml-python] |
| 14 | recipe = zc.recipe.egg:custom |
| 15 | egg = lxml |
| 16 | rpath = |
| 17 | ${libxml2:location}/lib/ |
| 18 | ${libxslt:location}/lib/ |
| 19 | ${zlib:location}/lib/ |
| 20 | environment = lxml-python-env |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |