summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-01-17 15:36:47 -0500
committerJordan Wiens <jordan@psifertex.com>2017-01-17 15:36:47 -0500
commit18bd48924ee2d70f81f65877dfdbaa7569f8749a (patch)
treeb9e0c7fd1e674cf8cad6b7e5385a247479afcb39
parent8139c1413e6453f188b2ea7fed01cb3ea30d949e (diff)
properly cleanup autogenerated source files
-rw-r--r--api-docs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-docs/Makefile b/api-docs/Makefile
index 4092950c..fe751410 100644
--- a/api-docs/Makefile
+++ b/api-docs/Makefile
@@ -6,6 +6,7 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
+SOURCEDIR = source
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
@@ -47,6 +48,8 @@ help:
.PHONY: clean
clean:
rm -rf $(BUILDDIR)/*
+ rm $(SOURCEDIR)/binaryninja.*.rst
+ rm $(SOURCEDIR)/python.rst
.PHONY: html
html: