mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
Fix location where libc manual is built
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
a78dc93b64
commit
6c9e949ae3
@ -392,8 +392,8 @@ do_libc_backend_once() {
|
||||
# manuals in parallel
|
||||
CT_DoExecLog ALL make pdf html
|
||||
CT_DoExecLog ALL mkdir -p ${CT_PREFIX_DIR}/share/doc
|
||||
CT_DoExecLog ALL cp -av ${src_dir}/manual/*.pdf \
|
||||
${src_dir}/manual/libc \
|
||||
CT_DoExecLog ALL cp -av manual/*.pdf \
|
||||
manual/libc \
|
||||
${CT_PREFIX_DIR}/share/doc
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user