summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authoraric <none@none>2010-04-09 14:42:12 +0000
committeraric <none@none>2010-04-09 14:42:12 +0000
commit22ef36df085077a77c1487e70934757087775968 (patch)
treea48447bbd10e9dc8c745bdc934379f711da66e90 /doc/Makefile
parent59c8f960001a7980def343455ba10acce62b4098 (diff)
downloadnetworkx-22ef36df085077a77c1487e70934757087775968.tar.gz
Fix all bad links in documentation.
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401677
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 2880d7b3..3aff05a7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -47,6 +47,7 @@ dist: html
-rm -f build/dist/_downloads/*
(cd build/html && zip -9r ../dist/_downloads/networkx-documentation.zip .)
cp build/latex/*.pdf build/dist/_downloads
+ (cd build/dist && ln -s _downloads/* .)
(cd build/dist && tar czf ../dist.tar.gz .)