* In start_new_disc, make sure that we call the (badly-named) add-bin-doc
so that we get README.html and README.txt created even for source discs.
This commit is contained in:
parent
cdbd9971ba
commit
ba8e154a12
|
@ -217,7 +217,9 @@ debian-cd (3.0.0) UNRELEASED; urgency=low
|
|||
later in the set by using UNEXCLUDE<n>.
|
||||
+ Slightly change the output naming of the disc images to make it safer
|
||||
to produce more then one type of multi-arch disc
|
||||
|
||||
* In start_new_disc, make sure that we call the (badly-named) add-bin-doc
|
||||
so that we get README.html and README.txt created even for source discs.
|
||||
|
||||
[ Joey Hess ]
|
||||
* Added an update-tasks target to the Makefile and moved the code out of
|
||||
file header comments to there. Fix some bugs in passing.
|
||||
|
|
|
@ -241,13 +241,13 @@ fi
|
|||
# Create an empty dirs file; will be appended to later if needed
|
||||
> $BDIR/$DISKNUM.mkisofs_dirs
|
||||
|
||||
echo " Adding common docs on CD#$DISKNUM"
|
||||
add-bin-doc $DISKNUM "$ARCHES"
|
||||
|
||||
# Common stuff for all disks
|
||||
if [ "$SOURCEONLY"x = "yes"x ] ; then
|
||||
echo -n "-J " >> $BDIR/$DISKNUM.mkisofs_opts
|
||||
else
|
||||
echo " Adding common docs on binary CD#$DISKNUM"
|
||||
add-bin-doc $DISKNUM "$ARCHES"
|
||||
|
||||
# Installtools
|
||||
mkdir $CDDIR/install
|
||||
if [ -x "$BASEDIR/tools/$CODENAME/installtools.sh" ] ; then
|
||||
|
|
Loading…
Reference in New Issue