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

Makefile fixes #687

Merged
merged 2 commits into from Feb 11, 2020
Merged

Makefile fixes #687

merged 2 commits into from Feb 11, 2020

Commits on Feb 6, 2020

  1. Makefile fixes

    Some makefile fixes:
    
    * Include `lint-yaml` target when doing `make lint`
    * Add `generate` target that would includes all the generation targets (ie man
      docs/golden)
    * Fix make fmt, $() is evaluated in makefile, need to use backquote for subshell
      exansion
    chmouel committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7a274ce View commit details
    Browse the repository at this point in the history
  2. Update github pull request templates

    Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
    chmouel committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    bc7c4b9 View commit details
    Browse the repository at this point in the history