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

Commit

Permalink
trac 29287: doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Mar 19, 2020
1 parent 8f6323e commit 0919086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ endif

# ============================= script packages ==============================
# Generate build rules for 'script' packages; this template is used to generate
# two rules in the form:
# three rules in the form:
#
# $(INST)/<pkgname>-<pkgvers>: <dependencies>
# $(AM_V_at)cd '$SAGE_ROOT' && \\
Expand Down
5 changes: 5 additions & 0 deletions src/doc/en/developer/packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ the following source types:
``$SAGE_LOCAL/var/lib/sage/installed/`` and will re-run the installation
if ``package-version.txt`` changes.

To summarize: the package source type is determined as follows: if
there is a file ``requirements.txt``, it is a ``pip`` package. If not,
then if there is a ``checksums.ini`` file, it is ``normal``;
otherwise, it is a ``script`` package.


.. _section-directory-structure:

Expand Down

0 comments on commit 0919086

Please sign in to comment.