Convert "tidy5" to "tidy" in build script

With this change, automated documentation builds will work from source.
This commit is contained in:
Edward Vielmetti 2015-09-14 14:07:34 -04:00
parent 9960f7c6dd
commit 50255fc37b

View file

@ -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`