Author: SeanRogers
Date: 2011-03-25 03:50:10 -0400 (Fri, 25 Mar 2011)
New Revision: 22311
Modified:
modules/docs/trunk/bundle_docs.sh
Log:
Updated bundle script
Modified: modules/docs/trunk/bundle_docs.sh
===================================================================
--- modules/docs/trunk/bundle_docs.sh 2011-03-25 07:30:31 UTC (rev 22310)
+++ modules/docs/trunk/bundle_docs.sh 2011-03-25 07:50:10 UTC (rev 22311)
@@ -20,15 +20,9 @@
echo "[BUNDLE_DOCS] -> Copying Developer Guide..."
mkdir $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..."
-cd $DOCSDIR/$VERSION/
-zip -r $VERSION.zip *
+# echo "[BUNDLE_DOCS] Zipping bundle..."
+# cd $DOCSDIR/$VERSION/
+# zip -r $VERSION.zip *
echo "[BUNDLE_DOCS] Bundle complete."
Show replies by date