Skip to content

Commit

Permalink
Merge branch 'master'.
Browse files Browse the repository at this point in the history
  • Loading branch information
acoglio committed Oct 12, 2017
2 parents 72df352 + e762b0c commit e5bcf98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions books/build/jenkins/build-multi.sh
Expand Up @@ -33,6 +33,11 @@ if [ -z "$BOOK_PARALLELISM_LEVEL" ]; then
BOOK_PARALLELISM_LEVEL='1';
fi

if [ "${LISP:0:4}" == "sbcl" ]; then
# horrible hack to set sbcl-home for leeroy.defthm.com
export SBCL_HOME=/usr/local/lib/sbcl;
fi

LISP=`which $LISP`
echo "Using LISP = $LISP"
echo "Using STARTJOB = `which startjob`"
Expand Down
2 changes: 1 addition & 1 deletion books/centaur/defrstobj/defrstobj.lisp
Expand Up @@ -104,7 +104,7 @@ recognizer function for a typed record; see @(see def-typed-record).</li>
:inline t)
})
<p>See also @('centaur/rstobj/defrstobj-tests.lisp') for several more examples,
<p>See also @('centaur/defrstobj/basic-tests.lisp') for several more examples,
including examples of how to use @('def-typed-record').</p>
Expand Down
6 changes: 3 additions & 3 deletions books/doc/relnotes.lisp
Expand Up @@ -348,9 +348,9 @@
been added.</p>
<h4>AVR ISA</h4>
Julien Schmaltz and Peter Schwabes' AVR ISA model has been contributed in book
\"projects/avr-isa\".
<p>Julien Schmaltz and Peter Schwabes' AVR ISA model has been contributed in book
\"projects/avr-isa\".</p>
<h4>Miscellaneous Books</h4>
<p>The book \"clause-processors/use-by-hint\" now contains an additional
Expand Down

0 comments on commit e5bcf98

Please sign in to comment.