aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Erdmann <dywi@mailerd.de>2012-08-20 13:41:04 +0200
committerAndré Erdmann <dywi@mailerd.de>2012-08-20 13:41:04 +0200
commit14c9bc32aca7c135f77aedfec416558ef6ff383d (patch)
tree0e453a5f5e4014c5b43718f6f8bd63dbcf18761b /Makefile
parentdoc, html: implementation overview (diff)
downloadR_overlay-14c9bc32aca7c135f77aedfec416558ef6ff383d.tar.gz
R_overlay-14c9bc32aca7c135f77aedfec416558ef6ff383d.tar.bz2
R_overlay-14c9bc32aca7c135f77aedfec416558ef6ff383d.zip
doc: remove ..header directive, add html title
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb33000..3981a92 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,8 @@ PYVER :=
PYTHON := python$(PYVER)
PYDOC_SH = ./scripts/do_pydoc.sh
+RST_HTML = ./scripts/roverlay_rst2html.sh
+
DOCDIR := ./doc
SELFDOC := $(DOCDIR)/pydoc
@@ -77,7 +79,7 @@ $(SELFDOC): $(SELFDOC)/roverlay
pydoc: $(SELFDOC)
html: $(DOCDIR)/html $(DOCDIR)/rst/usage.rst
- rst2html.py $(DOCDIR)/rst/usage.rst $(DOCDIR)/html/usage.html
+ $(RST_HTML) $(DOCDIR)/rst/usage.rst $(DOCDIR)/html/usage.html
htmldoc: html