Remove pandoc references#27789
Remove pandoc references#27789bors merged 2 commits intorust-lang:masterfrom chriskrycho:remove_pandoc_references
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
@bors: r+ |
|
📌 Commit 75f7a68 has been approved by |
|
I hope one day we can distribute these again, but when we do, this code will change anyway. /cc @killercup |
…labnik Per @steveklabnik's comment [here](rust-lang/cargo#739 (comment)), the Pandoc components of the Makefile are no longer used, and as such the corresponding components of the documentation are out of date. - I've removed the Pandoc (and therefore also LaTeX) elements of the makefile and confirmed that the build proceeds correctly. - I updated the documentation to reference `rustdoc` and of Pandoc. r? @steveklabnik
The code using them was removed in #27789.
This file is unused since rust-lang#27789
Per @steveklabnik's comment here, the Pandoc components of the Makefile are no longer used, and as such the corresponding components of the documentation are out of date.
rustdocand of Pandoc.r? @steveklabnik