There are no .txt docs for sarge, and the install.en.html is called
index.en.html instead.
This commit is contained in:
parent
514339b722
commit
60fc43a889
|
@ -23,7 +23,7 @@ fi
|
||||||
cd $DOCS
|
cd $DOCS
|
||||||
mkdir -p $DIR/install/$DOCDIR
|
mkdir -p $DIR/install/$DOCDIR
|
||||||
if cp -a * $DIR/install/$DOCDIR/ ; then
|
if cp -a * $DIR/install/$DOCDIR/ ; then
|
||||||
ln -f $DIR/install/$DOCDIR/install.en.html $DIR/install/$DOCDIR/index.html
|
ln -f $DIR/install/$DOCDIR/index.en.html $DIR/install/$DOCDIR/index.html
|
||||||
else
|
else
|
||||||
echo "ERROR: Unable to copy installer documentation to CD."
|
echo "ERROR: Unable to copy installer documentation to CD."
|
||||||
fi
|
fi
|
||||||
|
@ -31,12 +31,12 @@ fi
|
||||||
# Put the installer documentation in /doc too
|
# Put the installer documentation in /doc too
|
||||||
mkdir -p $DIR/doc/install
|
mkdir -p $DIR/doc/install
|
||||||
cd $DIR/doc/install
|
cd $DIR/doc/install
|
||||||
for file in ../../install/$DOCDIR/*.{html,txt}
|
for file in ../../install/$DOCDIR/*.html
|
||||||
do
|
do
|
||||||
ln $file
|
ln $file
|
||||||
done
|
done
|
||||||
if [ -e ../../install/$DOCDIR/INSTALLATION-HOWTO ]; then
|
if [ -e ../../install/$DOCDIR/INSTALLATION-HOWTO ]; then
|
||||||
ln ../../install/$DOCDIR/INSTALLATION-HOWTO
|
ln -f ../../install/$DOCDIR/INSTALLATION-HOWTO
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: why does it have to be in two places?
|
# FIXME: why does it have to be in two places?
|
||||||
|
|
Loading…
Reference in New Issue