Moving make target update-doc-sources from top-level Makefile to btest

Makefile.
This commit is contained in:
Robin Sommer 2012-07-02 16:14:24 -07:00
parent 5ede1418fc
commit b3155b7b4b
4 changed files with 6 additions and 7 deletions

View file

@ -1,10 +1,8 @@
# This tests that we're generating bro script documentation for all the
# available bro 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. To update, run the
# top-level Makefile:
#
# make update-doc-sources
# to be updated to blacklist undesired scripts. To update, run
# "make update-doc-sources"
#
# @TEST-EXEC: $DIST/doc/scripts/genDocSourcesList.sh
# @TEST-EXEC: cmp $DIST/doc/scripts/DocSourcesList.cmake ./DocSourcesList.cmake