* doc/install.texi2html: Use set -e.
From-SVN: r111332
This commit is contained in:
parent
592fb5106a
commit
520bc8a2e7
@ -1,3 +1,7 @@
|
||||
2006-02-21 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* doc/install.texi2html: Use set -e.
|
||||
|
||||
2006-02-21 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
|
||||
|
@ -5,13 +5,15 @@
|
||||
# $SOURCEDIR and $DESTDIR, resp., refer to the directory containing
|
||||
# the texinfo source and the directory to put the HTML version in.
|
||||
#
|
||||
# (C) 2001 Free Software Foundation
|
||||
# (C) 2001, 2003, 2006 Free Software Foundation
|
||||
# Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, June 2001.
|
||||
#
|
||||
# This script is Free Software, and it can be copied, distributed and
|
||||
# modified as defined in the GNU General Public License. A copy of
|
||||
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
|
||||
|
||||
set -e
|
||||
|
||||
SOURCEDIR=${SOURCEDIR-.}
|
||||
DESTDIR=${DESTDIR-HTML}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user