Skip to content

Commit

Permalink
Guide: Puts the toc again in the doc
Browse files Browse the repository at this point in the history
Closes #17505
  • Loading branch information
gamazeps committed Nov 6, 2014
1 parent 5e83424 commit 9e5b283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mk/docs.mk
Expand Up @@ -28,13 +28,13 @@
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
guide-tasks guide-container guide-pointers guide-testing \
guide-plugin guide-crates complement-bugreport \
complement-lang-faq complement-design-faq complement-project-faq rust \
complement-lang-faq complement-design-faq complement-project-faq \
rustdoc guide-unsafe guide-strings reference

PDF_DOCS := guide reference

RUSTDOC_DEPS_rust := doc/full-toc.inc
RUSTDOC_FLAGS_rust := --html-in-header=doc/full-toc.inc
RUSTDOC_DEPS_reference := doc/full-toc.inc
RUSTDOC_FLAGS_reference := --html-in-header=doc/full-toc.inc

L10N_LANGS := ja

Expand Down

5 comments on commit 9e5b283

@bors
Copy link
Contributor

@bors bors commented on 9e5b283 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at gamazeps@9e5b283

@bors
Copy link
Contributor

@bors bors commented on 9e5b283 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/toc = 9e5b283 into auto

@bors
Copy link
Contributor

@bors bors commented on 9e5b283 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/toc = 9e5b283 merged ok, testing candidate = c437fcf

@bors
Copy link
Contributor

@bors bors commented on 9e5b283 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 9e5b283 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c437fcf

Please sign in to comment.