summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2013-07-23 05:35:10 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2013-07-23 05:35:10 -0600
commit9c4058a12e957d922578caf524291385ccc1a801 (patch)
treeae27f7c4bd985f12741b2a3bd0ae119f1705325d
parentcd8f58a0606767b67847a204cdae99cf999ee78f (diff)
downloadnetworkx-9c4058a12e957d922578caf524291385ccc1a801.tar.gz
Add tag to make gh-pages
Now use make tag=networkx-x.x gh-pages to build tagged documentation. The default is development.
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 079148c5..11612caf 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -120,7 +120,7 @@ doctest: generate
"results in build/doctest/output.txt."
gh-pages: clean html
- python gh-pages.py
+ python gh-pages.py $(tag)
gitwash-update:
python gitwash_dumper.py source/developer networkx \