summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2013-08-03 11:10:05 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2013-08-03 11:10:05 -0600
commitb84360600855e1a94b1d21a54f87f863e0e3516c (patch)
tree7048d248544426f8cf662721724e7da6a210bf38 /doc/Makefile
parent09e43a3bb08af9686262229edf5f2ba049fada02 (diff)
downloadnetworkx-b84360600855e1a94b1d21a54f87f863e0e3516c.tar.gz
Don't need extra copy of pdf docs
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 76d6e67b..57fd949b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -48,7 +48,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 && ln -s _downloads/* .)
(cd build/dist && tar czf ../dist.tar.gz .)