mk: Move some old docs to the deprecated list

This commit is contained in:
Brian Anderson 2015-11-03 12:46:06 -08:00
parent de11d2aa83
commit ad900dae92

View File

@ -22,14 +22,14 @@
# L10N_LANGS are the languages for which the docs have been # L10N_LANGS are the languages for which the docs have been
# translated. # translated.
###################################################################### ######################################################################
DOCS := index intro tutorial \ DOCS := index \
complement-lang-faq complement-design-faq complement-project-faq \ complement-lang-faq complement-design-faq complement-project-faq \
rustdoc reference grammar rustdoc reference grammar
# Legacy guides, preserved for a while to reduce the number of 404s # Legacy guides, preserved for a while to reduce the number of 404s
DOCS += guide-crates guide-error-handling guide-ffi guide-macros guide \ DOCS += guide-crates guide-error-handling guide-ffi guide-macros guide \
guide-ownership guide-plugins guide-pointers guide-strings guide-tasks \ guide-ownership guide-plugins guide-pointers guide-strings guide-tasks \
guide-testing guide-testing tutorial intro
RUSTDOC_DEPS_reference := doc/full-toc.inc RUSTDOC_DEPS_reference := doc/full-toc.inc