Commit f30fad61 by Joseph Myers Committed by Joseph Myers

install.texi2html: Generate gcc-vers.texi in $DESTDIR not $SOURCEDIR/include.

	* doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
	$SOURCEDIR/include.

From-SVN: r135664
parent 5b78fc3e
2008-05-20 Joseph Myers <joseph@codesourcery.com>
* doc/install.texi2html: Generate gcc-vers.texi in $DESTDIR not
$SOURCEDIR/include.
2008-05-20 Jan Sjodin <jan.sjodin@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
......
......@@ -32,7 +32,7 @@ fi
echo "@clear DEVELOPMENT"
fi
echo "@set srcdir $SOURCEDIR/.."
) > $SOURCEDIR/include/gcc-vers.texi
) > $DESTDIR/gcc-vers.texi
for x in index.html specific.html prerequisites.html download.html configure.html \
build.html test.html finalinstall.html binaries.html old.html \
......@@ -40,7 +40,7 @@ for x in index.html specific.html prerequisites.html download.html configure.htm
do
define=`echo $x | sed -e 's/\.//g'`
echo "define = $define"
$MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
$MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
done
rm $SOURCEDIR/include/gcc-vers.texi
rm $DESTDIR/gcc-vers.texi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment