We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9762599 commit 605f4e2Copy full SHA for 605f4e2
GNUmakefile
@@ -50,13 +50,6 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
50
endif
51
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
52
53
-website-test:
54
-ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
55
- echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
56
- git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
57
-endif
58
- @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
59
-
60
docscheck:
61
@sh -c "'$(CURDIR)/scripts/docscheck.sh'"
62
0 commit comments