address comments and fix

This commit is contained in:
Chao Xu
2015-11-06 17:16:48 -08:00
parent 4e4c67c624
commit bd302d9534
2 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ while read file; do
fi
done <"${OUTPUT_TMP}/.generated_html"
echo "Moving api reference docs from ${OUT_TMP} to ${OUTPUT}"
echo "Moving api reference docs from ${OUTPUT_TMP} to ${OUTPUT}"
cp -af "${OUTPUT_TMP}"/* "${OUTPUT}"
rm -r ${OUTPUT_TMP}