summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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