mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
docs: disable PDF docs when latex _isn't_ present
This commit is contained in:
parent
29ff00cc97
commit
2a367b9330
@ -87,7 +87,7 @@ endif
|
||||
|
||||
# Check for xelatex
|
||||
|
||||
ifeq ($(CFG_XELATEX),)
|
||||
ifneq ($(CFG_XELATEX),)
|
||||
CFG_LATEX := $(CFG_XELATEX)
|
||||
XELATEX = 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user