about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-01 04:44:56 +0000
committerbors <bors@rust-lang.org>2016-03-01 04:44:56 +0000
commita93bb135c82e449dfaa103856d3438a22798e820 (patch)
treebc5d85ceed113a952ea2fd28d3e5081b7b55fa8d /src/doc
parent5a0308abadce38396f27122d5c8639ffb2a21469 (diff)
parent848e78550cb428aae6d003f48fb0d265b5d68c69 (diff)
downloadrust-a93bb135c82e449dfaa103856d3438a22798e820.tar.gz
rust-a93bb135c82e449dfaa103856d3438a22798e820.zip
Auto merge of #31713 - alexcrichton:rustbuild-docs, r=brson
This commit implements documentation generation of the nomicon, the book, the
style guide, and the standalone docs. New steps were added for each one as well
as appropriate makefile targets for each one as well.
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc-ux-guidelines.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-ux-guidelines.md b/src/doc/rustc-ux-guidelines.md
index 563614f873d..6fc7219cdb3 100644
--- a/src/doc/rustc-ux-guidelines.md
+++ b/src/doc/rustc-ux-guidelines.md
@@ -1,3 +1,5 @@
+% Rustc UX guidelines
+
 Don't forget the user. Whether human or another program, such as an IDE, a
 good user experience with the compiler goes a long way into making developer
 lives better. We don't want users to be baffled by compiler output or
@@ -70,4 +72,4 @@ understandable compiler scripts.
 * The `--verbose` flag is for adding verbose information to `rustc` output
 when not compiling a program. For example, using it with the `--version` flag
 gives information about the hashes of the code.
-* Experimental flags and options must be guarded behind the `-Z unstable-options` flag.
\ No newline at end of file
+* Experimental flags and options must be guarded behind the `-Z unstable-options` flag.