Browse code

Merge "Do not clean docs directory"

Jenkins authored on 2014/07/01 02:34:51
Showing 1 changed files
... ...
@@ -120,9 +120,9 @@ fi
120 120
 
121 121
 # Clean up files
122 122
 
123
-FILES_TO_CLEAN=".localrc.auto docs-files docs/ shocco/ stack-screenrc test*.conf* test.ini*"
123
+FILES_TO_CLEAN=".localrc.auto docs/files docs/html shocco/ stack-screenrc test*.conf* test.ini*"
124 124
 FILES_TO_CLEAN+=".stackenv .prereqs"
125 125
 
126 126
 for file in $FILES_TO_CLEAN; do
127
-    rm -f $TOP_DIR/$file
127
+    rm -rf $TOP_DIR/$file
128 128
 done