From ee42545884552f2f782a2c2f091de8f07169b831 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Apr 2009 22:53:29 +0000 Subject: [PATCH] see if this helps the doc builds --- Misc/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/build.sh b/Misc/build.sh index 2a44ce1975a7..3774487b210f 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -257,6 +257,7 @@ start=`current_time` # which will definitely fail with a conflict. #CONFLICTED_FILE=commontex/boilerplate.tex #conflict_count=`grep -c "<<<" $CONFLICTED_FILE` +make clean conflict_count=0 if [ $conflict_count != 0 ]; then echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F -- 2.47.3