Skip to content

Commit

Permalink
stable/20240000: check_all.sh run check_version.sh separate (may be i…
Browse files Browse the repository at this point in the history
…nteractive)

user_guide.xrst: documentaiton -> documentation.
  • Loading branch information
bradbell committed Jan 4, 2024
1 parent ad1a7dc commit 9cca38c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bin/check_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,16 @@ then
fi
export LD_LIBRARY_PATH="$prefix/lib:$prefix/lib64"
# ---------------------------------------------------------------------------
#
# check_version.sh
# run this separate because it my be interactive
echo_eval bin/check_version.sh
#
# Run automated checks for the form bin/check_*.sh with a few exceptions.
list=$(
ls bin/check_* | sed \
-e '/check_all.sh/d' \
-e '/check_version.sh/d' \
-e '/check_doxygen.sh/d' \
-e '/check_install.sh/d'
)
Expand Down
2 changes: 1 addition & 1 deletion user_guide.xrst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cppad-20240000: CppAD User's Manual
:widths: auto

* - `release-20240000.0 <https://github.com/coin-or/CppAD/archive/20240000.0.tar.gz>`_
- `documentaiton-latest <https://cppad.readthedocs.io/latest>`_
- `documentation-latest <https://cppad.readthedocs.io/latest>`_
- `other releases <https://github.com/coin-or/CppAD/tags>`_
- `github <https://github.com/coin-or/CppAD>`_
- `cppad.spec <https://src.fedoraproject.org/rpms/cppad/blob/master/f/cppad.spec>`_
Expand Down

0 comments on commit 9cca38c

Please sign in to comment.