diff options
| author | scoder <none@none> | 2008-07-02 08:21:56 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2008-07-02 08:21:56 +0200 |
| commit | 1f78826dcd86b65d24924d26cbbeea6289265376 (patch) | |
| tree | 32eac2cb29d0915db6957f53bca3fcf757b60530 /Makefile | |
| parent | fc87d858f93e8940d99860415e94dffa17dda1a6 (diff) | |
| download | python-lxml-1f78826dcd86b65d24924d26cbbeea6289265376.tar.gz | |
[svn r3865] r4565@delle: sbehnel | 2008-07-02 08:19:19 +0200
s5 presentation theme for lxml
--HG--
branch : trunk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -59,9 +59,12 @@ apihtml: inplace --name "lxml API" --url http://codespeak.net/lxml/ lxml/) \ || (echo "not generating epydoc API documentation") -html: inplace apihtml +html: inplace apihtml s5 PYTHONPATH=src $(PYTHON) doc/mkhtml.py doc/html . ${LXMLVERSION} +s5: inplace + $(MAKE) -C doc/s5 slides + apipdf: inplace rm -fr doc/pdf mkdir -p doc/pdf @@ -100,6 +103,7 @@ clean: rm -rf build docclean: + $(MAKE) -C doc/s5 clean rm -f doc/html/*.html rm -fr doc/html/api rm -fr doc/pdf |
