diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 16:43:59 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 16:43:59 +0200 |
| commit | 10e035eaf93997a63a30687f6fe33b918714ba61 (patch) | |
| tree | 7bc04aceba74e15306e54b542414cdda99291de1 /Makefile | |
| parent | 5e4bc16af3f5d0e6eca3ac95ddb89ef4331c8fb8 (diff) | |
| download | python-decorator-git-10e035eaf93997a63a30687f6fe33b918714ba61.tar.gz | |
First version of dispatch_on
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
