Merge "Adapt Makefile for releasenotes"

This commit is contained in:
Zuul
2019-03-06 04:01:01 +00:00
committed by Gerrit Code Review

View File

@@ -16,7 +16,7 @@
SHELL := /bin/bash
TASK := build
EXCLUDES := helm-toolkit doc tests tools logs tmp zuul.d
EXCLUDES := helm-toolkit doc tests tools logs tmp zuul.d releasenotes
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
.PHONY: $(EXCLUDES) $(CHARTS)