mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

- The CMake targets for generating reST docs from policy scripts are now automatically generated via the genDocSourcesList.sh script - Fixed a lot of parsing errors in policy scripts that I saw along the way
7 lines
410 B
Text
7 lines
410 B
Text
# This tests that we're generating policy script documentation for all the
|
|
# available policy scripts. If this fails, then the genDocSources.sh needs
|
|
# to be run to produce a new DocSourcesList.cmake or genDocSources.sh needs
|
|
# to be updated to blacklist undesired scripts.
|
|
#
|
|
# @TEST-EXEC: $DIST/doc/scripts/genDocSourcesList.sh
|
|
# @TEST-EXEC: cmp $DIST/doc/scripts/DocSourcesList.cmake ./DocSourcesList.cmake
|