summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-03-16 16:42:45 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-03-16 16:42:45 +0100
commit196ea9fece7b1507769493f1109ae5080cb7466c (patch)
treef3a08e3a43bcdab05aba5564b57bf6cbae8c7ba9 /Makefile
parentb1755bb74675d373560cffc2bc3a4f5098d58dbc (diff)
downloadpython-decorator-git-196ea9fece7b1507769493f1109ae5080cb7466c.tar.gz
Regenerated index.html
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e90baf..9c60720 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ rst: documentation.py documentation3.py
python3 $(S)/minidoc3.py -d documentation3.py
cp /tmp/documentation.rst /tmp/documentation3.rst .
-html: /tmp/documentation.rst /tmp/documentation3.rst
+html: /tmp/documentation.rst /tmp/documentation3.rst README.rst
$(RST) /tmp/documentation.rst
$(RST) /tmp/documentation3.rst
rst2html README.rst index.html