summaryrefslogtreecommitdiffstats
path: root/bindings/python/Makefile
diff options
context:
space:
mode:
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