File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9d925436f32065f4a1940a9728e4b6f9c8e22c08
2
+ refs/heads/master: f740747ea561290b997e09315767bd791192e01e
Original file line number Diff line number Diff line change @@ -185,7 +185,11 @@ endif
185
185
ifeq ($(CFG_TEXI2PDF ) ,)
186
186
$(info cfg : no texi2pdf found, omitting doc/rust.pdf)
187
187
else
188
- DOCS += doc/rust.pdf
188
+ ifeq ($(CFG_TEX),)
189
+ $(info cfg : no tex found, omitting doc/rust.pdf)
190
+ else
191
+ DOCS += doc/rust.pdf
192
+ endif
189
193
endif
190
194
191
195
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ probe CFG_OCAMLOPT_OPT ocamlopt.opt
132
132
probe CFG_FLEXLINK flexlink
133
133
probe CFG_MAKEINFO makeinfo
134
134
probe CFG_TEXI2PDF texi2pdf
135
+ probe CFG_TEX tex
135
136
136
137
if [ ! -z " $CFG_LLVM_ROOT " ]
137
138
then
You can’t perform that action at this time.
0 commit comments