From 74e483b40ca47327f1b1fc6605bb2d3f2a99b03f Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Sat, 12 May 2018 05:32:48 +0200 Subject: Fixed references to docs/README.rst --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1