diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 14:02:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 14:02:59 -0400 |
commit | 4369284c0ecc59c23d90dccde93f381324550945 (patch) | |
tree | fb2bdcde7ebfb6f0a5d3982e980202893dcfa643 /bindings/python/Makefile | |
parent | 40c27ead17ba80d8277d031f814e78d0a863360e (diff) | |
download | lilv-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/Makefile | 4 |
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 |