From 840a2701accbaeb6d4537db79e47150313c74d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20T=C3=A9tar?= Date: Sun, 9 Mar 2014 13:52:16 +0100 Subject: [PATCH] doc: remove outdated tutorial entry, restore removed Makefile entries --- mk/docs.mk | 6 +++--- src/doc/tutorial.md | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/mk/docs.mk b/mk/docs.mk index 236af406bc6..703c0f44461 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -27,9 +27,9 @@ # translated. ###################################################################### DOCS := index tutorial guide-ffi guide-macros guide-lifetimes \ - guide-tasks guide-container guide-pointers \ - complement-cheatsheet guide-runtime \ - rust rustdoc + guide-tasks guide-container guide-pointers guide-testing \ + guide-runtime complement-bugreport complement-cheatsheet \ + complement-lang-faq complement-project-faq rust rustdoc PDF_DOCS := tutorial rust diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index d103b9356d9..de3f39ef81d 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -57,7 +57,7 @@ they don't contain references to names that aren't actually defined. # Getting started -> **WARNING**: The tarball and installer links are for the most recent +> ***Warning:*** The tarball and installer links are for the most recent > release, not master. To use master, you **must** build from [git]. The Rust compiler currently must be built from a [tarball] or [git], unless @@ -80,13 +80,10 @@ You may find that other platforms work, but these are our "tier 1" supported build environments that are most likely to work. > ***Note:*** Windows users should read the detailed -> "[getting started][wiki-start]" notes on the wiki. Even when using +> [Getting started][wiki-start] notes on the wiki. Even when using > the binary installer, the Windows build requires a MinGW installation, -> the precise details of which are not discussed here. Finally, `rustc` may -> need to be [referred to as `rustc.exe`][bug-3319]. It's a bummer, we -> know. +> the precise details of which are not discussed here. -[bug-3319]: https://github.com/mozilla/rust/issues/3319 [wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust [git]: https://github.com/mozilla/rust.git