Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 't/18012/sphinx_depends_on_jinja2' into categories/finit…
Browse files Browse the repository at this point in the history
…ely-generated-magmas-17160
  • Loading branch information
nthiery committed Mar 21, 2015
2 parents 919a215 + 5e6c707 commit ef01ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/deps
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ $(INST)/$(SPHINX): $(INST)/$(PYTHON) $(INST)/$(SETUPTOOLS) $(INST)/$(DOCUTILS) \
$(INST)/$(MARKUPSAFE): $(INST)/$(PYTHON) $(INST)/$(SETUPTOOLS)
+$(PIPE) "$(SAGE_SPKG) $(MARKUPSAFE) 2>&1" "tee -a $(SAGE_LOGS)/$(MARKUPSAFE).log"

$(INST)/$(JINJA2): $(INST)/$(MARKUPSAFE) $(INST)/$(SPHINX)
$(INST)/$(JINJA2): $(INST)/$(MARKUPSAFE) $(INST)/$(SETUPTOOLS) $(INST)/$(DOCUTILS)
+$(PIPE) "$(SAGE_SPKG) $(JINJA2) 2>&1" "tee -a $(SAGE_LOGS)/$(JINJA2).log"

$(INST)/$(PYGMENTS): $(INST)/$(PYTHON) $(INST)/$(SETUPTOOLS)
Expand Down
2 changes: 2 additions & 0 deletions build/pkgs/jinja2/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ cd src
python setup.py install
success 'Error installing Jinja2'

### The Jinja2 docs use Sphinx which requires Jinja2... do not build!
# make -C docs html

0 comments on commit ef01ef0

Please sign in to comment.