Fixed sf-directory cleanup by 'build distclean'

This commit is contained in:
Frank B. Brokken 2013-05-30 10:40:08 +02:00
parent 953d205752
commit 573cb09a5c

View file

@ -3,7 +3,7 @@ string remove2;
void setRemovals()
{
remove1 = "tmp sf/index.html sf/cppannotations";
remove1 = "tmp ../sf/index.html ../sf/cppannotations";
remove2 = "o indexentry/o aux/o";
}