Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Updated bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Rogers committed Mar 25, 2011
1 parent 7b2565b commit 15b15a3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions bundle_docs.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ cp -r $DOCSDIR/Component_Reference/target/docbook/publish/* $DOCSDIR/$VERSION/Co
echo "[BUNDLE_DOCS] -> Copying Developer Guide..." echo "[BUNDLE_DOCS] -> Copying Developer Guide..."
mkdir $DOCSDIR/$VERSION/Developer_Guide mkdir $DOCSDIR/$VERSION/Developer_Guide
cp -r $DOCSDIR/Developer_Guide/target/docbook/publish/* $DOCSDIR/$VERSION/Developer_Guide/ cp -r $DOCSDIR/Developer_Guide/target/docbook/publish/* $DOCSDIR/$VERSION/Developer_Guide/
echo "[BUNDLE_DOCS] -> Copying Migration Guide..."
mkdir $DOCSDIR/$VERSION/Migration_Guide
cp -r $DOCSDIR/Migration_Guide/target/docbook/publish/* $DOCSDIR/$VERSION/Migration_Guide/
echo "[BUNDLE_DOCS] -> Copying Component Development Kit Guide..."
mkdir $DOCSDIR/$VERSION/Component_Development_Kit_Guide
cp -r $DOCSDIR/Component_Development_Kit_Guide/target/docbook/publish/* $DOCSDIR/$VERSION/Component_Development_Kit_Guide/


echo "[BUNDLE_DOCS] Zipping bundle..." # echo "[BUNDLE_DOCS] Zipping bundle..."
cd $DOCSDIR/$VERSION/ # cd $DOCSDIR/$VERSION/
zip -r $VERSION.zip * # zip -r $VERSION.zip *


echo "[BUNDLE_DOCS] Bundle complete." echo "[BUNDLE_DOCS] Bundle complete."

0 comments on commit 15b15a3

Please sign in to comment.