summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorscoder <none@none>2008-07-02 08:21:56 +0200
committerscoder <none@none>2008-07-02 08:21:56 +0200
commit1f78826dcd86b65d24924d26cbbeea6289265376 (patch)
tree32eac2cb29d0915db6957f53bca3fcf757b60530 /Makefile
parentfc87d858f93e8940d99860415e94dffa17dda1a6 (diff)
downloadpython-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--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac26799c..9830ae07 100644
--- a/Makefile
+++ b/Makefile
@@ -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