Convert "tidy5" to "tidy" in build script
With this change, automated documentation builds will work from source.
This commit is contained in:
parent
9960f7c6dd
commit
50255fc37b
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue