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>2009-01-17 21:27:47 +0300
committerJacek Konieczny <jajcus@jajcus.net>2009-01-17 21:27:47 +0300
commit513110e8bc68805cc43cc54c2f9221a5f3bb7ac7 (patch)
tree7a88b6236beca3fb7e1aa372bdf7caf103447188 /doc
parent5692bbe1686aa4042c8370f250d51368a7d89733 (diff)
- updated for new epydoc and docutils
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 1c6fa48..d36b085 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -6,7 +6,7 @@ EPYDOC=epydoc
WEBFILES=www/index.html www/CHANGES.html www/ChangeLog.html \
www/style.css
-RST2HTML=rst2html
+RST2HTML=rst2html.py
all: doc
@@ -21,7 +21,7 @@ update-doc:
doc-tstamp:
$(MAKE) -C ..
rm -f pyxmpp 2>/dev/null ; ln -s ../build/lib*/pyxmpp .
- $(EPYDOC) --html --show-imports --no-frames --ignore-param-mismatch \
+ $(EPYDOC) --html --show-imports --no-frames \
-o www/api -n PyXMPP -u http://pyxmpp.jajcus.net/ pyxmpp
touch doc-tstamp
-rm -f pyxmpp 2>/dev/null