summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-03-16 05:49:49 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-03-16 05:49:49 +0100
commit976c5ec2a1453ce2b63e13e885b4d7ab9b34be6a (patch)
tree247dcbbad801d94c11751ffa20092d524ff8ade5 /Makefile
parent341402d7c19c0e85ae02fae4918af7c9f1791710 (diff)
downloadpython-decorator-git-976c5ec2a1453ce2b63e13e885b4d7ab9b34be6a.tar.gz
Converted the docs from .rst to .md
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6d2cee1..4594571 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,5 @@
-RST=$(S)/ms/tools/rst.py -H
-
-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
- sphinx-build docs docs/_build
+md: src/tests/documentation.py
+ python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
upload: README.rst
python setup.py sdist bdist_wheel upload