#18710: Move some make targets to build/Makefile
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.8
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/move_some_make_targets_to_build_makefile|  
a73b6ea46cb620432de86068d1ca58087702f69d
   Dependencies:  #18533, #18715,    |     Stopgaps:
  #18716                             |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * commit:  4f982a41cbfddf5acd4283a4c9b9473ebcd587d1 =>
     a73b6ea46cb620432de86068d1ca58087702f69d


Comment:

 Replying to [comment:38 ncohen]:
 > After your branch is applied, the output of `make doc-html` is logged in
 `install.log`. As it triggers a `make build`, then the output of `make
 build` is logged twice in `install.log` (once in `make doc-html`, once in
 the triggered `make build`)

 I think you are misunderstanding something, because this is not true:
 `make doc-html` does not trigger `make build`.

 The documentation is now built similarly to spkgs. The dependencies for
 the documentation are declared just like the dependencies for packages,
 see this part of `build/Makefile`:
 {{{
 #!Makefile
 # Building the documentation has many dependencies, because all
 # documented modules are imported and because we use matplotlib to
 # produce plots.
 DOC_DEPENDENCIES = sagelib $(INST)/$(SPHINX) $(INST)/$(SAGENB) \
     | $(SAGERUNTIME) $(INST)/$(MAXIMA) $(INST)/$(NETWORKX) \
     $(INST)/$(SCIPY) $(INST)/$(MATPLOTLIB) $(INST)/$(PILLOW)

 doc: doc-html

 doc-html: $(DOC_DEPENDENCIES)
     cd .. && $(PIPE) "./sage --docbuild --no-pdf-links all html
 $(SAGE_DOCBUILD_OPTS) 2>&1" "tee -a logs/dochtml.log"
 }}}
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=a73b6ea46cb620432de86068d1ca58087702f69d
 a73b6ea]||{{{Typo}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/18710#comment:40>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to