Improving documention for the Bro script document-generation process

Some minor organizational revisions to the python scripting.
This commit is contained in:
Jon Siwek 2011-04-06 16:36:14 -05:00
parent f3b1a6bb9e
commit b8f6c5bc7d
5 changed files with 213 additions and 97 deletions

View file

@ -23,6 +23,13 @@ install: configured
clean: configured
( cd $(BUILD) && make clean )
( cd $(BUILD) && make doc-clean )
doc: configured
( cd $(BUILD) && make doc )
doc-clean: configured
( cd $(BUILD) && make doc-clean )
dist: cmake_version
# Minimum Bro source package