From 4369284c0ecc59c23d90dccde93f381324550945 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 5 Sep 2016 14:02:59 -0400 Subject: Fix Python documentation generation --- bindings/python/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bindings/python/Makefile') 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 -- cgit v1.2.1