Chameleon

Chameleon Commit Details

Date:2011-08-13 16:17:50 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1355
Parents: 1354
Message:Remove duplicate docs
Changes:
D/trunk/package/doc
M/trunk/package/buildpkg.sh

File differences

trunk/package/buildpkg.sh
204204
205205
206206
207
208
209
207
208
209
210210
211211
212212
# build package for Documentation
mkdir -p "${1}/Documentation/Root"
cp -f ${pkgroot}/doc/BootHelp.txt ${1}/Documentation/Root
cp -f ${pkgroot}/doc/README ${1}/Documentation/Root
cp -f ${pkgroot}/doc/Users_Guide0.5.pdf ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/BootHelp.txt ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/README ${1}/Documentation/Root
cp -f ${pkgroot}/../doc/Users_Guide0.5.pdf ${1}/Documentation/Root
echo "[BUILD] Documentation "
buildpackage "${1}/Documentation" "/Library/Documentation/Chameleon2RC5" "" "start_selected=\"false\"" >/dev/null 2>&1
# End build package for Documentation

Archive Download the corresponding diff file

Revision: 1355