doc: put PDF in doc/ directory of output
Change-Id: I86e629424f8ecd29e4285ca0f1c33b31b7a201ad Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
5a01e9678d
commit
f7d8a86995
@ -73,7 +73,7 @@ if [ $SPDK_BUILD_DOC -eq 1 ] && hash doxygen; then
|
||||
mkdir -p "$out"/doc
|
||||
mv "$rootdir"/doc/output/html "$out"/doc
|
||||
if [ -f "$rootdir"/doc/output/latex/refman.pdf ]; then
|
||||
mv "$rootdir"/doc/output/latex/refman.pdf "$out"/doc.pdf
|
||||
mv "$rootdir"/doc/output/latex/refman.pdf "$out"/doc/spdk.pdf
|
||||
fi
|
||||
rm -rf "$rootdir"/doc/output
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user