Skip to content

Commit eaec36e

Browse files
committed
---
yaml --- r: 108031 b: refs/heads/dist-snap c: 55f53f5 h: refs/heads/master i: 108029: 3fcd749 108027: fafbb67 108023: a6f8674 108015: c941513 107999: 1e3df7a 107967: 07755de 107903: 49283b9 107775: 4f50b69 107519: 2d9a72c v: v3
1 parent 88a973a commit eaec36e

File tree

146 files changed

+726
-3472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+726
-3472
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: ee608cb9359e94395595e3b844fe824fd36130ec
9+
refs/heads/dist-snap: 55f53f553a04fa0e491f96891403f40aeeed0665
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/mk/docs.mk

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ doc/guide-tasks.html: $(D)/guide-tasks.md $(HTML_DEPS)
205205
$(Q)$(CFG_NODE) $(D)/prep.js --highlight $< | \
206206
$(CFG_PANDOC) $(HTML_OPTS) --output=$@
207207

208-
DOCS += doc/guide-conditions.html
209-
doc/guide-conditions.html: $(D)/guide-conditions.md $(HTML_DEPS)
210-
@$(call E, pandoc: $@)
211-
$(Q)$(CFG_NODE) $(D)/prep.js --highlight $< | \
212-
$(CFG_PANDOC) $(HTML_OPTS) --output=$@
213-
214208
DOCS += doc/guide-pointers.html
215209
doc/guide-pointers.html: $(D)/guide-pointers.md $(HTML_DEPS)
216210
@$(call E, pandoc: $@)
@@ -281,8 +275,7 @@ endif
281275

282276
# The rustdoc executable, rpath included in case --disable-rpath was provided to
283277
# ./configure
284-
RUSTDOC = $(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) \
285-
$(HBIN2_H_$(CFG_BUILD))/rustdoc$(X_$(CFG_BUILD))
278+
RUSTDOC = $(HBIN2_H_$(CFG_BUILD))/rustdoc$(X_$(CFG_BUILD))
286279

287280
# The library documenting macro
288281
#
@@ -297,7 +290,9 @@ doc/$(1)/index.html: \
297290
$$(foreach dep,$$(RUST_DEPS_$(1)), \
298291
$$(TLIB2_T_$(CFG_BUILD)_H_$(CFG_BUILD))/stamp.$$(dep))
299292
@$$(call E, rustdoc: $$@)
300-
$$(Q)$$(RUSTDOC) --cfg stage2 $$<
293+
$$(Q)$$(RPATH_VAR2_T_$(CFG_BUILD)_H_$(CFG_BUILD)) $$(RUSTDOC) \
294+
--cfg stage2 $$<
295+
301296
endef
302297

303298
$(foreach crate,$(CRATES),$(eval $(call libdoc,$(crate))))

branches/dist-snap/mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES)
2121

2222
# Markdown files under doc/ that should have their code extracted and run
2323
DOC_TEST_NAMES = tutorial guide-ffi guide-macros guide-lifetimes \
24-
guide-tasks guide-conditions guide-container guide-pointers \
24+
guide-tasks guide-container guide-pointers \
2525
complement-cheatsheet guide-runtime \
2626
rust
2727

0 commit comments

Comments
 (0)