Merge pull request #6775 from mszostok/fix-makefile

fix(Makefile): remove orphaned targets for documentation
pull/6785/head
Matthew Fisher 5 years ago committed by GitHub
commit e7c5899f7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save