Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2005-06-29 12:52:45 +0400
committerJacek Konieczny <jajcus@jajcus.net>2005-06-29 12:52:45 +0400
commit36e6d861c1a37f72854c17a2dfc4a5d97ef7935e (patch)
treee947d490b94600033fca506b04c3bb8aa49c6c5a /doc
parent4903d6768e252dbbc12f4d88b3b1177a52830271 (diff)
- rst2html path parametrized
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e3550e2..1a84914 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -5,6 +5,8 @@ EPYDOC=epydoc
WEBFILES=www/index.html www/CHANGES.html www/ChangeLog.html \
www/style.css
+
+RST2HTML=rst2html
all: doc
@@ -58,10 +60,10 @@ check-docutils:
fi
index.html: ../README
- rst2html --rfc-references --initial-header-level=2 ../README > index.html
+ $(RST2HTML) --rfc-references --initial-header-level=2 ../README > index.html
CHANGES.html: ../CHANGES
- rst2html --rfc-references --initial-header-level=2 --no-doc-title ../CHANGES > CHANGES.html
+ $(RST2HTML) --rfc-references --initial-header-level=2 --no-doc-title ../CHANGES > CHANGES.html
ChangeLog.html: ../ChangeLog
echo -ne '<div class="document">\n<h2>ChangeLog</h2>\n<pre>' > ChangeLog.html