Skip to content

Commit a4cb1e7

Browse files
committed
---
yaml --- r: 145335 b: refs/heads/try2 c: 635a381 h: refs/heads/master i: 145333: 9ff7d17 145331: dde839a 145327: ecb6e48 v: v3
1 parent 6d2ca37 commit a4cb1e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: c6e5b86db65e550823207167bb1a3bc5e9fa98c1
8+
refs/heads/try2: 635a38189694e71dc9dd267f208c0a8bc8b0c7f1
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/mk/docs.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ doc/$(1)/rust.css: rust.css
231231
DOCS += doc/$(1)/index.html
232232
endef
233233

234-
# The library documenting macro
235-
# $(1) - The output directory
234+
# The "next generation" library documenting macro
235+
# $(1) - The crate name (std/extra)
236236
# $(2) - The crate file
237-
# $(3) - The crate soruce files
237+
# $(3) - The relevant host build triple (to depend on libstd)
238238
define libdocng
239-
doc/ng/$(1)/index.html: $(2) $(3) $$(RUSTDOC_NG)
239+
doc/ng/$(1)/index.html: $$(RUSTDOC_NG) $$(TLIB2_T_$(3)_H_$(3))/$(CFG_STDLIB_$(3))
240240
@$$(call E, rustdoc_ng: $$@)
241241
$(Q)$(RUSTDOC_NG) html $(2) -o doc/ng
242242

@@ -245,8 +245,8 @@ endef
245245

246246
$(eval $(call libdoc,std,$(STDLIB_CRATE),$(STDLIB_INPUTS)))
247247
$(eval $(call libdoc,extra,$(EXTRALIB_CRATE),$(EXTRALIB_INPUTS)))
248-
$(eval $(call libdocng,std,$(STDLIB_CRATE),$(STDLIB_INPUTS)))
249-
$(eval $(call libdocng,extra,$(EXTRALIB_CRATE),$(EXTRALIB_INPUTS)))
248+
$(eval $(call libdocng,std,$(STDLIB_CRATE),$(CFG_BUILD_TRIPLE)))
249+
$(eval $(call libdocng,extra,$(EXTRALIB_CRATE),$(CFG_BUILD_TRIPLE)))
250250
endif
251251

252252

0 commit comments

Comments
 (0)