Skip to content

Commit c456cca

Browse files
committed
only deprecate the guide rather than 🔥 🔥 🔥
1 parent a99ba25 commit c456cca

File tree

3 files changed

+4
-3398
lines changed

3 files changed

+4
-3398
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,7 @@ do
898898
make_dir $h/test/debuginfo-gdb
899899
make_dir $h/test/debuginfo-lldb
900900
make_dir $h/test/codegen
901+
make_dir $h/test/doc-tutorial
901902
make_dir $h/test/doc-guide
902903
make_dir $h/test/doc-guide-ffi
903904
make_dir $h/test/doc-guide-runtime

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# L10N_LANGS are the languages for which the docs have been
2626
# translated.
2727
######################################################################
28-
DOCS := index intro guide guide-ffi guide-macros guide-lifetimes \
28+
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
2929
guide-tasks guide-container guide-pointers guide-testing \
3030
guide-runtime complement-bugreport \
3131
complement-lang-faq complement-design-faq complement-project-faq rust \

0 commit comments

Comments
 (0)