summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authoraric <none@none>2005-09-23 18:41:58 +0000
committeraric <none@none>2005-09-23 18:41:58 +0000
commit2ffc8c08ff7be6461a62da729d8fd860499c150e (patch)
treedf87619f68a994e9a0459f17d1404ecc1648feef /doc/Makefile
parent3fd9113b02c3305791b0d0bb8d20af845692b28d (diff)
downloadnetworkx-2ffc8c08ff7be6461a62da729d8fd860499c150e.tar.gz
add wiki to menu
makefile should call rst2html.py and rst2latex.py --HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%4060
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index a77e0d38..9dda1784 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,11 +4,11 @@ VPATH=html
.SUFFIXES: .txt .html
.txt.html:
- rst2html --stylesheet-path=nx_doc.css < $< > html/$*.html
+ rst2html.py --stylesheet-path=data/nx_doc.css < $< > html/$*.html
# rst2html.py < $< > html/$*.html
.txt.tex:
- rst2latex < $< > pdf/$*.tex
+ rst2latex.py < $< > pdf/$*.tex
(cd pdf; pdflatex $*.tex)
all: html pdf