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

Introduce 'make doc' -> 'make docs' #28174

Merged
merged 1 commit into from
Sep 3, 2015
Merged

Conversation

steveklabnik
Copy link
Member

Because 'doc' is a directory, when running make doc, you'll see
this:

make: Nothing to be done for `doc'.

By adding a target for doc to build docs, both work.

Fixes #14705

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

Could you add this target to mk/doc.mk instead? Other than that though r=me

@steveklabnik
Copy link
Member Author

😓

Because 'doc' is a directory, when running `make doc`, you'll see
this:

    make: Nothing to be done for `doc'.

By adding a target for `doc` to build `docs`, both work.

Fixes rust-lang#14705
@steveklabnik
Copy link
Member Author

@bors: r=alexcricton

@bors
Copy link
Contributor

bors commented Sep 3, 2015

📌 Commit 7c8c72d has been approved by alexcricton

bors added a commit that referenced this pull request Sep 3, 2015
Because 'doc' is a directory, when running `make doc`, you'll see
this:

    make: Nothing to be done for `doc'.

By adding a target for `doc` to build `docs`, both work.

Fixes #14705
@bors
Copy link
Contributor

bors commented Sep 3, 2015

⌛ Testing commit 7c8c72d with merge 69c3b39...

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

Successfully merging this pull request may close these issues.

4 participants