Finished dissolving the sphinx source directory into doc/ and doc/scripts/

This commit is contained in:
Jon Siwek 2011-11-15 11:52:52 -06:00
parent 83aa4b535f
commit fdf01a1ba6
18 changed files with 71 additions and 85 deletions

View file

@ -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)