提交 71397b40 编写于 作者: C Cleber Rosa

Makefile: fix the location of docs API ReST files

The API ReST files that are generated dinamycally are actually put in
the source directory, and not in the build directory. This fixes a
mistake by yours truly.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 3c11a661
......@@ -58,7 +58,7 @@ clean:
rm -f man/avocado.1
rm -f man/avocado-rest-client.1
rm -rf docs/build
rm -f docs/build/api/*.rst
rm -f docs/source/api/*.rst
test -L avocado/virt && rm -f avocado/virt || true
test -L avocado/plugins/virt.py && rm -f avocado/plugins/virt.py || true
test -L avocado/plugins/virt_bootstrap.py && rm -f avocado/plugins/virt_bootstrap.py || true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册