diff --git a/Makefile b/Makefile index a6aaf39a47..5a7fb3f005 100644 --- a/Makefile +++ b/Makefile @@ -193,7 +193,6 @@ DOCS_CMD = "cd docs && make clean && \ doc8 --max-line-length 90 --ignore D000 . && \ make spelling && make html \ " - docs: ifeq ($(DOCKER_BUILD),"true") @echo "running DOCS_CMD in the containerized build environment" @@ -210,9 +209,6 @@ else @$(MAKE) run CMD='-c "./template/gen-crd-api-reference-docs -config template/example-config.json -api-dir ./pkg/apis/cr/v1alpha1 -out-file API.md"' endif -# docs2: -# @$(MAKE) run CMD='-c "./template/gen-crd-api-reference-docs -config template/example-config.json -api-dir ./pkg/apis/cr/v1alpha1 -out-file APIs.md"' - build-dirs: @mkdir -p bin/$(ARCH) @mkdir -p .go/src/$(PKG) .go/pkg .go/bin .go/std/$(ARCH) diff --git a/template/example-config.json b/template/example-config.json old mode 100755 new mode 100644