We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1087f4b commit 39e0009Copy full SHA for 39e0009
mk/docs.mk
@@ -12,7 +12,10 @@ doc/version.texi: $(MKFILES) rust.texi
12
13
doc/%.pdf: %.texi doc/version.texi
14
@$(call E, texi2pdf: $@)
15
- $(Q)texi2pdf --silent --batch -I doc -o $@ --clean $<
+ @# 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 $<
19
20
doc/%.html: %.texi doc/version.texi
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: $@)
- $(Q)cp $< $@
43
+ $(Q)cp $< $@
0 commit comments