File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1087f4b7b0d82698aeed25399226e7784450174a
2
+ refs/heads/master: 39e000919057c9578221901f8a247411ebea13dc
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ doc/version.texi: $(MKFILES) rust.texi
12
12
13
13
doc/% .pdf : % .texi doc/version.texi
14
14
@$(call E, texi2pdf: $@ )
15
- $(Q ) texi2pdf --silent --batch -I doc -o $@ --clean $<
15
+ @# LC_COLLATE=C works around a bug in texi2dvi; see
16
+ @# https://bugzilla.redhat.com/show_bug.cgi?id=583011 and
17
+ @# https://github.com/graydon/rust/issues/1134
18
+ $(Q ) LC_COLLATE=C texi2pdf --silent --batch -I doc -o $@ --clean $<
16
19
17
20
doc/% .html : % .texi doc/version.texi
18
21
@$(call E, makeinfo: $@ )
@@ -37,4 +40,4 @@ nd/std/Topics.txt: $(S)doc/Topics.txt
37
40
38
41
nd/std/std.css : $(S ) doc/std.css
39
42
@$(call E, cp: $@ )
40
- $(Q ) cp $< $@
43
+ $(Q ) cp $< $@
You can’t perform that action at this time.
0 commit comments