OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [doc/] [install.texi2html] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
#!/bin/sh
#!/bin/sh
#
#
# Convert the GCC install documentation from texinfo format to HTML.
# Convert the GCC install documentation from texinfo format to HTML.
#
#
# $SOURCEDIR and $DESTDIR, resp., refer to the directory containing
# $SOURCEDIR and $DESTDIR, resp., refer to the directory containing
# the texinfo source and the directory to put the HTML version in.
# the texinfo source and the directory to put the HTML version in.
#
#
# (C) 2001, 2003, 2006 Free Software Foundation
# (C) 2001, 2003, 2006 Free Software Foundation
# Originally by Gerald Pfeifer , June 2001.
# Originally by Gerald Pfeifer , June 2001.
#
#
# This script is Free Software, and it can be copied, distributed and
# This script is Free Software, and it can be copied, distributed and
# modified as defined in the GNU General Public License.  A copy of
# 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
# its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
set -e
set -e
SOURCEDIR=${SOURCEDIR-.}
SOURCEDIR=${SOURCEDIR-.}
DESTDIR=${DESTDIR-HTML}
DESTDIR=${DESTDIR-HTML}
MAKEINFO=${MAKEINFO-makeinfo}
MAKEINFO=${MAKEINFO-makeinfo}
if [ ! -d $DESTDIR ]; then
if [ ! -d $DESTDIR ]; then
    mkdir -p $DESTDIR
    mkdir -p $DESTDIR
fi
fi
for x in index.html specific.html prerequisites.html download.html configure.html \
for x in index.html specific.html prerequisites.html download.html configure.html \
         build.html test.html finalinstall.html binaries.html old.html \
         build.html test.html finalinstall.html binaries.html old.html \
         gfdl.html
         gfdl.html
do
do
    define=`echo $x | sed -e 's/\.//g'`
    define=`echo $x | sed -e 's/\.//g'`
    echo "define = $define"
    echo "define = $define"
    $MAKEINFO -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
    $MAKEINFO -I $SOURCEDIR -I $SOURCEDIR/include $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/$x
done
done
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.