diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-11-03 12:46:06 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-11-03 12:46:06 -0800 |
| commit | ad900dae925b11c7999fc5dbb2dc7eba3dd274b4 (patch) | |
| tree | c71f4ee840224c648182154da3d63b3688112f6b | |
| parent | de11d2aa835ff6bbb0a8b6fcef1ff0a1174418b3 (diff) | |
mk: Move some old docs to the deprecated list
| -rw-r--r-- | mk/docs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index 644fbde323c..b0872c88c14 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -22,14 +22,14 @@ # L10N_LANGS are the languages for which the docs have been # translated. ###################################################################### -DOCS := index intro tutorial \ +DOCS := index \ complement-lang-faq complement-design-faq complement-project-faq \ rustdoc reference grammar # Legacy guides, preserved for a while to reduce the number of 404s DOCS += guide-crates guide-error-handling guide-ffi guide-macros guide \ guide-ownership guide-plugins guide-pointers guide-strings guide-tasks \ - guide-testing + guide-testing tutorial intro RUSTDOC_DEPS_reference := doc/full-toc.inc |
