Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building without node, with pandoc results in error #6042

Closed
brson opened this issue Apr 24, 2013 · 2 comments
Closed

Building without node, with pandoc results in error #6042

brson opened this issue Apr 24, 2013 · 2 comments
Assignees

Comments

@brson
Copy link
Contributor

brson commented Apr 24, 2013

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

@ghost ghost assigned brson Apr 24, 2013
brson added a commit to brson/rust that referenced this issue Apr 24, 2013
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.
@rkbodenner
Copy link
Contributor

The title of this issue and the description "I have node installed but I do not have pandoc" are contradictory.

@brson
Copy link
Contributor Author

brson commented Jul 20, 2013

Fixed.

@brson brson closed this as completed Jul 20, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 24, 2020
{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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants