summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca45a7a..cbcf307 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ rst: src/tests/documentation.py
PYTHONPATH=src:$(S) $(S)/ms/tools/minidoc.py -d tests.documentation
cp /tmp/tests.documentation.rst docs
-html: /tmp/tests.documentation.rst docs/README.rst
+html: /tmp/tests.documentation.rst
sphinx-build docs docs/_build
-upload: docs/README.rst
+upload: README.rst
python3 setup.py sdist bdist_wheel upload