#10823: environment variable SAGE_SPKG_INSTALL_DOCS to build and install spkg
docs
----------------------------+-----------------------------------------------
Reporter: jason | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7
Component: packages | Keywords:
Author: Jason Grout | Upstream: N/A
Reviewer: David Kirkby | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Changes (by drkirkby):
* status: positive_review => needs_work
Comment:
I'm putting this back to needs_work, as I realised after looking at a
revised Matplotlib package (#10828) that simply copying the "docs"
directory might in some cases copy a lot of unnecessary files. The spkg-
install should tell developers to remove unnecessary files from
$SAGE_ROOT/local/share/doc/SPKG_NAME. Again this will depend on the
package, but something like:
{{{
find "$SAGE_ROOT/local/share/doc/SPKG_NAME" -name '*.py' -exec rm -f {}
\;
}}}
should get rid of the .py files for example.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10823#comment:29>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.