Navigation Menu

Skip to content

Commit

Permalink
[doc] fix hg usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiary committed Feb 27, 2012
1 parent b1c398d commit 4091602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/makefiles/sphinx-build.am
Expand Up @@ -20,6 +20,6 @@ $(SPHINX_BUILD):
$(HG) clone https://bitbucket.org/birkenfeld/sphinx $(SPHINX_DIR)

sphinx-ensure-updated: $(SPHINX_BUILD)
if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep v1.1 -q > /dev/null; then \
$(HG) pull $(SPHINX_DIR); \
if ! $(SPHINX_BUILD_COMMAND) 2>&1 | head -1 | grep 'v1.[2]' -q > /dev/null; then \
(cd $(SPHINX_DIR) && $(HG) pull --update); \
fi

0 comments on commit 4091602

Please sign in to comment.