mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Guard texi2pdf on tex probe as well. OSX package systems are real permissive.
This commit is contained in:
parent
9d925436f3
commit
f740747ea5
@ -185,7 +185,11 @@ endif
|
||||
ifeq ($(CFG_TEXI2PDF),)
|
||||
$(info cfg: no texi2pdf found, omitting doc/rust.pdf)
|
||||
else
|
||||
DOCS += doc/rust.pdf
|
||||
ifeq ($(CFG_TEX),)
|
||||
$(info cfg: no tex found, omitting doc/rust.pdf)
|
||||
else
|
||||
DOCS += doc/rust.pdf
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user