Remove tar ball from installed directory.
[oota-llvm.git] / utils / buildit / build_llvm
index 7683f0ad91d3df16605edfcb13ab1b4921b9156f..6ccff46ba890cad229cf3dbd30a7ae7f4a65b0ea 100755 (executable)
@@ -234,6 +234,11 @@ find $DEST_DIR -name \*.dSYM -print | xargs rm -r || exit 1
 chgrp -h -R wheel $DEST_DIR
 chgrp -R wheel $DEST_DIR
 
+################################################################################
+# Remove tar ball from docs directory
+
+find $DEST_DIR -name html.tar.gz -exec rm {} \;
+
 ################################################################################
 # w00t! Done!