Merge pull request #262 from vielmetti/patch-1

Change "tidy5" to "tidy" in documentation build script
This commit is contained in:
Geoff McLane 2015-09-14 20:11:15 +02:00
commit 732d8d2128
1 changed files with 1 additions and 1 deletions

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`