* All arches are using a "doc" directory in the boot-floppies now.

This commit is contained in:
Raphaël Hertzog 2000-04-03 22:57:59 +00:00
parent d48b62b9af
commit e50698cc2c
1 changed files with 1 additions and 11 deletions

View File

@ -8,17 +8,7 @@ set -e
BDIR=$TDIR/$CODENAME-$ARCH
# boot-disk location for documentation is inconsistant --jwest
if [ "$ARCH" = "powerpc" ]; then
DOCDIR="doc"
elif [ "$ARCH" = "i386" ]; then
DOCDIR="doc"
elif [ "$ARCH" = "sparc" ]; then
DOCDIR="doc"
else
DOCDIR="documentation"
fi
DOCDIR=doc
# Put the install documentation in /install
cd $BDIR/1/dists/$CODENAME/main/disks-$ARCH/current/$DOCDIR