mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Finished dissolving the sphinx source directory into doc/ and doc/scripts/
This commit is contained in:
parent
83aa4b535f
commit
fdf01a1ba6
18 changed files with 71 additions and 85 deletions
|
@ -73,7 +73,7 @@ macro(REST_TARGET srcDir broInput)
|
|||
elseif (${extension} STREQUAL ".bif.bro")
|
||||
set(group bifs)
|
||||
elseif (relDstDir)
|
||||
set(pkgIndex scripts/${relDstDir}/index)
|
||||
set(pkgIndex ${relDstDir}/index)
|
||||
set(group ${pkgIndex})
|
||||
# add package index to master package list if not already in it
|
||||
list(FIND MASTER_PKG_LIST ${pkgIndex} _found)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue