doc: remove node.js dependency

`prep.js` outputs its own HTML directives, which `pandoc` cannot
recognize when converting the document into LaTeX (this is why the
PDF docs have never been highlighted as of now).

Note that if we were to add the `.rust` class to snippets, we could
probably use pandoc's native highlighting capatibilities i.e. Kate.
This commit is contained in:
Adrien Tétar 2014-03-09 11:06:03 +01:00
parent 62f1d68439
commit 862acedf51
7 changed files with 5 additions and 705 deletions

View file

@ -33,8 +33,6 @@ license4 = """ The Rust Project Developers. See the COPYRIGHT
"""
exceptions = [
"doc/lib/codemirror-node.js", # MIT
"doc/lib/codemirror-rust.js", # MIT
"rt/rust_android_dummy.cpp", # BSD, chromium
"rt/rust_android_dummy.h", # BSD, chromium
"rt/isaac/randport.cpp", # public domain