From 50255fc37bac3187ab4fe08a3ce1a1c536d18a88 Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Mon, 14 Sep 2015 14:07:34 -0400 Subject: [PATCH] Convert "tidy5" to "tidy" in build script With this change, automated documentation builds will work from source. --- build/documentation/build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/documentation/build_docs.sh b/build/documentation/build_docs.sh index c38547b..e70b0a3 100755 --- a/build/documentation/build_docs.sh +++ b/build/documentation/build_docs.sh @@ -7,7 +7,7 @@ # documentation. Relative path is okay. You shouldn't have to change this # too often if your compiler always puts tidy in the same place. -TIDY_PATH="../cmake/tidy5" # Current directory. +TIDY_PATH="../cmake/tidy" # Current directory. TIDY_VERSION=`cat ../../version.txt`