From 10e035eaf93997a63a30687f6fe33b918714ba61 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Tue, 21 Jul 2015 16:43:59 +0200 Subject: First version of dispatch_on --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 06f48c7..b284284 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ RST=python $(S)/ms/tools/rst.py -rst: documentation.py - PYTHONPATH=src:$(S) python3 $(S)/minidoc3.py -d documentation.py - cp /tmp/documentation.rst . +rst: src/tests/documentation.py + PYTHONPATH=src:$(S) python3 $(S)/minidoc3.py -d tests.documentation + cp /tmp/tests.documentation.rst documentation.rst -html: /tmp/documentation.rst README.rst - $(RST) /tmp/documentation.rst +html: documentation.rst README.rst + $(RST) documentation.rst rst2html README.rst index.html -pdf: /tmp/documentation.rst - rst2pdf /tmp/documentation.rst -o documentation.pdf +pdf: documentation.rst + rst2pdf documentation.rst -o documentation.pdf upload: documentation.pdf python3 setup.py register sdist upload -- cgit v1.2.1