Consistently change location for installation guide to /doc/manual on the CD
This commit is contained in:
parent
7980cf50a4
commit
8881b96fef
|
@ -364,7 +364,7 @@ Installing
|
||||||
An <b>Installation Guide</b> is included on this CD at
|
An <b>Installation Guide</b> is included on this CD at
|
||||||
<P>
|
<P>
|
||||||
<tt>
|
<tt>
|
||||||
<A href="doc/install/manual/en/index.html">doc/install/manual/en/index.html</a> (English version)</tt>
|
<A href="doc/manual/en/index.html">doc/manual/en/index.html</a> (English version)</tt>
|
||||||
<P>
|
<P>
|
||||||
Several translations of the Installation Guide are included on this CD in
|
Several translations of the Installation Guide are included on this CD in
|
||||||
the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
|
the <tt><A href="doc">doc/</a></tt> directory, along with various other documents.
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
debian-cd (2.2.25) UNRELEASED; urgency=low
|
debian-cd (2.2.25) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Remove net-drivers floppy from full CD images.
|
[ Joey Hess ]
|
||||||
|
* Remove net-drivers access floppy from full CD images.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Wed, 8 Mar 2006 13:02:01 -0500
|
[ Frans Pop ]
|
||||||
|
* Consistently change location for installation guide to /doc/manual
|
||||||
|
on the CD.
|
||||||
|
|
||||||
|
-- Frans Pop <fjp@debian.org> Thu, 9 Mar 2006 02:18:47 +0100
|
||||||
|
|
||||||
debian-cd (2.2.24) unstable; urgency=low
|
debian-cd (2.2.24) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ if [ "$OMIT_MANUAL" != 1 ]; then
|
||||||
rm -f changelog* copyright
|
rm -f changelog* copyright
|
||||||
gunzip *.gz || true
|
gunzip *.gz || true
|
||||||
|
|
||||||
mkdir -p $DIR/$DOCDIR/install
|
mkdir -p $DIR/$DOCDIR/manual
|
||||||
if ! cp -a * $DIR/$DOCDIR/install; then
|
if ! cp -a * $DIR/$DOCDIR/manual; then
|
||||||
echo "ERROR: Unable to copy installer documentation to CD."
|
echo "ERROR: Unable to copy installer documentation to CD."
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue