summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2013-08-03 10:56:27 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2013-08-03 10:56:27 -0600
commit2e005af6774d670f06c0c612f6047bd70327c033 (patch)
treece1f98b68f6a9245b47a2725222d9ddc841ddb6a /doc/Makefile
parent7407bda23da3cb86cfb02dc3b1038bc7e5254e48 (diff)
downloadnetworkx-2e005af6774d670f06c0c612f6047bd70327c033.tar.gz
Fix doc build so PDF files are created
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 11612caf..76d6e67b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -119,7 +119,7 @@ doctest: generate
@echo "Testing of doctests in the sources finished, look at the " \
"results in build/doctest/output.txt."
-gh-pages: clean html
+gh-pages: clean dist
python gh-pages.py $(tag)
gitwash-update: