build_docs: do not handle md and conf files with shocco
At the moment the following md and conf files are handled with shocco. This should not be the case. * samples/local.conf * lib/neutron_thirdparty/README.md * lib/neutron_plugins/README.md Change-Id: I11ea5ebda111e6cdab71d3cffaeb4f16443bfd3c
This commit is contained in:
parent
1e7be9f9ea
commit
056a0c6bbc
@ -81,7 +81,7 @@ for f in $(find . \( -name .git -o -name .tox \) -prune -o \( -type f -name \*.s
|
||||
mkdir -p $FQ_HTML_BUILD/`dirname $f`;
|
||||
$SHOCCO $f > $FQ_HTML_BUILD/$f.html
|
||||
done
|
||||
for f in $(find functions functions-common inc lib pkg samples -type f -name \*); do
|
||||
for f in $(find functions functions-common inc lib pkg samples -type f -name \* ! -name *.md ! -name *.conf); do
|
||||
echo $f
|
||||
FILES+="$f "
|
||||
mkdir -p $FQ_HTML_BUILD/`dirname $f`;
|
||||
|
Loading…
Reference in New Issue
Block a user