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 5b9d7f6 commit d49261cCopy full SHA for d49261c
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6d6d4c987faeec2242e58527f4bb8073083918a3
+refs/heads/master: dd00bf37910058d3509a7a709de7b98ca11de091
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: e263ef1df7b892ed29e53313565eb05ab75e52f4
5
refs/heads/try: 597a645456b55e1c886ce15d23a192abdf4d55cf
trunk/mk/docs.mk
@@ -269,6 +269,7 @@ LIB_DOC_DEP_$(1) = $$(CRATEFILE_$(1)) $$(RSINPUTS_$(1))
269
endif
270
271
$(2) += doc/$(1)/index.html
272
+doc/$(1)/index.html: CFG_COMPILER_HOST_TRIPLE = $(CFG_TARGET)
273
doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1))
274
@$$(call E, rustdoc $$@)
275
$$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$<
0 commit comments