mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Improving documention for the Bro script document-generation process
Some minor organizational revisions to the python scripting.
This commit is contained in:
parent
f3b1a6bb9e
commit
b8f6c5bc7d
5 changed files with 213 additions and 97 deletions
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue