* 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:
Steve McIntyre 2007-01-02 01:56:44 +00:00
parent cdbd9971ba
commit ba8e154a12
2 changed files with 6 additions and 4 deletions

4
debian/changelog vendored
View File

@ -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.

View File

@ -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