summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-21 16:43:59 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-21 16:43:59 +0200
commit10e035eaf93997a63a30687f6fe33b918714ba61 (patch)
tree7bc04aceba74e15306e54b542414cdda99291de1 /Makefile
parent5e4bc16af3f5d0e6eca3ac95ddb89ef4331c8fb8 (diff)
downloadpython-decorator-git-10e035eaf93997a63a30687f6fe33b918714ba61.tar.gz
First version of dispatch_on
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
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