Skip to content

Commit f152ecc

Browse files
Elly Jonesbrson
Elly Jones
authored andcommitted
---
yaml --- r: 6150 b: refs/heads/master c: 39e0009 h: refs/heads/master v: v3
1 parent 15e3a18 commit f152ecc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1087f4b7b0d82698aeed25399226e7784450174a
2+
refs/heads/master: 39e000919057c9578221901f8a247411ebea13dc

trunk/mk/docs.mk

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ doc/version.texi: $(MKFILES) rust.texi
1212

1313
doc/%.pdf: %.texi doc/version.texi
1414
@$(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 $<
1619

1720
doc/%.html: %.texi doc/version.texi
1821
@$(call E, makeinfo: $@)
@@ -37,4 +40,4 @@ nd/std/Topics.txt: $(S)doc/Topics.txt
3740

3841
nd/std/std.css: $(S)doc/std.css
3942
@$(call E, cp: $@)
40-
$(Q)cp $< $@
43+
$(Q)cp $< $@

0 commit comments

Comments
 (0)