Use $SETUP_ARGS in the PDF build too.
This commit is contained in:
parent
1f2b072a7b
commit
be6bc96fc8
|
@ -1458,9 +1458,9 @@ BUILD_DOCS_AND_PDFS() {
|
||||||
html_file_row "pdf" "pdf versions of the manuals"
|
html_file_row "pdf" "pdf versions of the manuals"
|
||||||
_rmcd "pdf"
|
_rmcd "pdf"
|
||||||
# avoid any work except for the pdf generation
|
# avoid any work except for the pdf generation
|
||||||
_run "$PLTHOME/bin/raco" setup \
|
_run "$PLTHOME/bin/racket" $SETUP_ARGS \
|
||||||
--no-zo --no-launcher --no-install --no-post-install \
|
--no-zo --no-launcher --no-install --no-post-install \
|
||||||
--no-info-domain --no-docs --no-user --no-planet \
|
--no-info-domain --no-docs --no-planet \
|
||||||
--doc-pdf .
|
--doc-pdf .
|
||||||
_cd ..
|
_cd ..
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user