aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-02-21 12:06:31 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2006-02-21 12:06:31 +0000
commit520bc8a2e75af7f6e85865744a37239c45c5f839 (patch)
treeac89f388ec314bebfb3b3706d575ca359beaef79 /gcc/doc
parent592fb5106aa2587fc0a2da8591bdfca87e7dc602 (diff)
downloadgcc-520bc8a2e75af7f6e85865744a37239c45c5f839.zip
gcc-520bc8a2e75af7f6e85865744a37239c45c5f839.tar.gz
gcc-520bc8a2e75af7f6e85865744a37239c45c5f839.tar.bz2
* doc/install.texi2html: Use set -e.
From-SVN: r111332
Diffstat (limited to 'gcc/doc')
-rwxr-xr-xgcc/doc/install.texi2html4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 0f792ea..44da873 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -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}