summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 14:02:59 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 14:02:59 -0400
commit4369284c0ecc59c23d90dccde93f381324550945 (patch)
treefb2bdcde7ebfb6f0a5d3982e980202893dcfa643 /bindings/python/Makefile
parent40c27ead17ba80d8277d031f814e78d0a863360e (diff)
downloadlilv-4369284c0ecc59c23d90dccde93f381324550945.tar.gz
lilv-4369284c0ecc59c23d90dccde93f381324550945.tar.bz2
lilv-4369284c0ecc59c23d90dccde93f381324550945.zip
Fix Python documentation generation
Diffstat (limited to 'bindings/python/Makefile')
-rw-r--r--bindings/python/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/Makefile b/bindings/python/Makefile
index afca0e6..e63c124 100644
--- a/bindings/python/Makefile
+++ b/bindings/python/Makefile
@@ -47,10 +47,14 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
modules.rst lilv.rst:
+ mkdir -p lilv
+ ln -s -t lilv ../lilv.py
sphinx-apidoc -o . lilv
clean:
rm -rf $(BUILDDIR)/*
+ rm -f lilv/lilv.py
+ rm -rf lilv
rm -f lilv.rst
rm -f modules.rst