You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have node installed but I do not have pandoc. I type make docs and see
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-unknown-linux-gnu
cfg: target triples x86_64-unknown-linux-gnu
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu
cfg: using gcc
cfg: no node found, omitting doc/tutorial.html
cfg: no pdflatex found, omitting doc/rust.pdf
cfg: no node found, omitting doc/tutorial.html
cfg: no llnextgen found, omitting grammar-verification
version-info: doc/version_info.html
sed -e "s/VERSION/0.6/; s/SHORT_HASH/f4530230/;\
s/STAMP/f4530230934fed47f65e0c94d0b4361222e869a8/;" /home/brian/dev/rust/doc/version_info.html.template >doc/version_info.html
make: *** No rule to make target `doc/rust.css', needed by `doc/rustpkg.html'. Stop.
Rustpkg docs are missing a nodejs dependency
The text was updated successfully, but these errors were encountered:
Most of our documentation requires both pandoc and node.js.
This simplifies the logic around those checks and fixes an
error when building without node.js but with pandoc.
{print,write}-with-newline: do not suggest empty format string
changelog: do not suggest empty format strings in `print-with-newline` and `write-with-newline`
I have node installed but I do not have pandoc. I type
make docs
and seeRustpkg docs are missing a nodejs dependency
The text was updated successfully, but these errors were encountered: