mirror of
https://github.com/helm/helm.git
synced 2026-04-22 06:37:10 -04:00
fix(Makefile): remove orphaned targets for documentation
Signed-off-by: Mateusz Szostok <szostok.mateusz@gmail.com>
This commit is contained in:
parent
0f94af1f3a
commit
e14db65ad2
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
|
@ -100,10 +100,6 @@ test-acceptance: build build-cross
|
|||
test-acceptance-completion: ACCEPTANCE_RUN_TESTS = shells.robot
|
||||
test-acceptance-completion: test-acceptance
|
||||
|
||||
.PHONY: verify-docs
|
||||
verify-docs: build
|
||||
@scripts/verify-docs.sh
|
||||
|
||||
.PHONY: coverage
|
||||
coverage:
|
||||
@scripts/coverage.sh
|
||||
|
|
@ -154,10 +150,6 @@ checksum:
|
|||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
.PHONY: docs
|
||||
docs: build
|
||||
@scripts/update-docs.sh
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@rm -rf $(BINDIR) ./_dist
|
||||
|
|
|
|||
Loading…
Reference in a new issue