Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

how to build? "make release" does not exist #784

Open
kontrafiktion opened this issue Jan 7, 2016 · 2 comments
Open

how to build? "make release" does not exist #784

kontrafiktion opened this issue Jan 7, 2016 · 2 comments

Comments

@kontrafiktion
Copy link

The readme.md says, that I should invoke

make release

but there is no target "release". Instead there are "11-0", "11-4", ..., "12-4", "master" and many more.
So if I want to create a pull request, how should I check that everything I did is okay?

Please adapt the readme.md

@jamescott
Copy link
Contributor

In your local repo, uncomment this line in the makefile at the root of the chef-web-docs repo:

# release: master

and that will build the chef_master release directory, which contains all of the docs for the current versions. This is the build that is the same as the root of https://docs.chef.io. If you only want to build a specific release for the chef-client, say 12-4, then change "master" to "12-4".

@jamescott
Copy link
Contributor

You also may submit the PR against the repo without actually building it. I am more interested in what you think should be updated and as such am happy to do a few extra steps on my end so that it's easier for you to let me know your thoughts. If your proposed PR might break something, I'll catch it. No worries.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants